Skip to content

Commit

Permalink
changelog, webpage, opam file
Browse files Browse the repository at this point in the history
  • Loading branch information
damien-pous committed Oct 20, 2020
1 parent f56c670 commit afb2ddf
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
== RelationAlgebra 1.7.4 (2020, October 20th) ==

- compatibility with Coq 8.11 & 8.12
- optional dependency on coq-aac-tactics (module [rewriting_aac])
- a few compilation warnings removed

== RelationAlgebra 1.7.3 (2020, February 27th) ==

- compatibility with Coq 8.11
Expand Down
1 change: 1 addition & 0 deletions _CoqProject
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,4 @@ all.v
compiler_opts.v
imp.v
paterson.v
rewriting_aac.v
4 changes: 1 addition & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -248,9 +248,7 @@ <h3 id="doc:tac">Provided tactics</h3>
<li> Rewriting tactics:
<ul>
<li> <code>mrewrite</code>: rewriting modulo associativity of
composition (ad-hoc tactic);
<li> the library interfaces with <code>AAC_tactics</code>,
to obtain more powerful AC rewriting tools.
composition (ad-hoc tactic); more AC rewriting tools are available using the <code>AAC_tactics</code> library.
</ul>
<li> Other tactics:
<ul>
Expand Down
4 changes: 3 additions & 1 deletion opam
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
opam-version: "2.0"
name: "coq-relation-algebra"
synopsis: "Relation Algebra and KAT in Coq"
name: "coq-relation-algebra"
maintainer: "Damien Pous <Damien.Pous@ens-lyon.fr>"
version: "dev"
homepage: "http://perso.ens-lyon.fr/damien.pous/ra/"
dev-repo: "git+https://github.com/damien-pous/relation-algebra.git"
bug-reports: "https://github.com/damien-pous/relation-algebra/issues"
license: "LGPL"
depends: [
"ocaml"
Expand Down

0 comments on commit afb2ddf

Please sign in to comment.