Commit d77db15 1 parent da350df commit d77db15 Copy full SHA for d77db15
File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
2
+ == RelationAlgebra 1.6 (2016, May 10th) ==
3
+
4
+ - minor fix to make it compile with Coq 8.5pl1
5
+
2
6
== RelationAlgebra 1.5 (2016, March 4th) ==
3
7
4
8
- few additions to the [relalg] and [lattice] modules
Original file line number Diff line number Diff line change @@ -58,8 +58,7 @@ verification:
58
58
59
59
## INSTALLATION
60
60
61
- Run 'make' to compile the library, and 'make install' to install
62
- it. Coq v8.5.0 is required; more recent versions might work.
61
+ Run 'make' to compile the library, and 'make install' to install it.
63
62
64
63
65
64
## DOCUMENTATION
Original file line number Diff line number Diff line change @@ -121,9 +121,12 @@ <h2 id="download">Download</h2>
121
121
Public License version 3. It is available through opam, under the
122
122
name < em > relation-algebra</ em > . Alternatively, here are the various versions:
123
123
< ul >
124
+ < li > Seventh release (2016 mai 10th):
125
+ < a href ="https://github.com/damien-pous/relation-algebra/archive/v1.6.tar.gz ">
126
+ relation-algebra-1.6.tar.gz</ a > (compiles at least with Coq v8.5pl1).
124
127
< li > Sixth release (2016 march 4th):
125
128
< a href ="https://github.com/damien-pous/relation-algebra/archive/v1.5.tar.gz ">
126
- relation-algebra-1.5.tar.gz</ a > (compiles at least with Coq v8.5.0).
129
+ relation-algebra-1.5.tar.gz</ a > (compiles with Coq v8.5.0).
127
130
< li > Fifth release (2016 february 9th):
128
131
< a href ="https://github.com/damien-pous/relation-algebra/archive/v1.4.tar.gz ">
129
132
relation-algebra-1.4.tar.gz</ a > (compiles at least with Coq v8.5.0).
You can’t perform that action at this time.
0 commit comments