4
4
[ ![ DOI] ( https://zenodo.org/badge/DOI/10.5281/zenodo.3012649.svg )] ( https://zenodo.org/record/3012649#.XcEydZNKjOQ )
5
5
[ ![ Zulip Chat] ( https://img.shields.io/badge/zulip-join_chat-brightgreen.svg )] ( https://coq.zulipchat.com/#narrow/stream/237659-Equations-devs.20.26.20users )
6
6
7
- Copyright 2009-2022 Matthieu Sozeau ` matthieu.sozeau@inria.fr `
7
+ Copyright 2009-2025 Matthieu Sozeau ` matthieu.sozeau@inria.fr `
8
8
Copyright 2015-2018 Cyprien Mangin ` cyprien.mangin@m4x.org `
9
9
10
10
Distributed under the terms of the GNU Lesser General Public License
@@ -27,10 +27,12 @@ definitions are axiom-free.
27
27
28
28
*** Table of Contents***
29
29
30
+ - [ Learning Equations] ( #learning-equations )
30
31
- [ Documentation] ( #documentation )
31
- - [ Papers] ( #papers )
32
- - [ Gallery] ( examples )
32
+ - [ Papers and presentations] ( #papers-and-presentations )
33
33
- [ Installation] ( #installation )
34
+ - [ Install with OPAM] ( #install-with-opam )
35
+ - [ Install from source] ( #install-from-source )
34
36
- [ HoTT Variant] ( #hott-variant )
35
37
36
38
## Learning Equations
@@ -83,15 +85,6 @@ definitions are axiom-free.
83
85
84
86
## Installation
85
87
86
- The latest version works with Coq 8.13 (branch
87
- [ 8.13] ( https://github.com/mattam82/Coq-Equations/tree/8.13 ) ),
88
- Coq 8.14 (branch
89
- [ 8.14] ( https://github.com/mattam82/Coq-Equations/tree/8.14 ) ),
90
- Coq 8.15 (branch
91
- [ 8.15] ( https://github.com/mattam82/Coq-Equations/tree/8.15 ) ),
92
- and the current Coq main branch (branch
93
- [ main] ( https://github.com/mattam82/Coq-Equations/tree/main ) ).
94
-
95
88
See [ releases] ( https://github.com/mattam82/Coq-Equations/releases ) for
96
89
sources and official releases.
97
90
@@ -122,18 +115,13 @@ Alternatively, to compile Equations, simply run:
122
115
./configure.sh
123
116
make
124
117
125
- in the toplevel directory, with ` coqc ` and ` ocamlc ` in your path.
118
+ in the toplevel directory, with ` coqc ` , ` ocamlc ` and ` dune ` in your path.
126
119
127
- Optionally, one can build the test-suite or examples :
120
+ Optionally, one can build the test-suite:
128
121
129
122
make examples test-suite
130
123
131
- Then add the paths to your ` .coqrc ` :
132
-
133
- Add ML Path "/Users/mat/research/coq/equations/src".
134
- Add Rec LoadPath "/Users/mat/research/coq/equations/theories" as Equations.
135
-
136
- Or install it:
124
+ Then install it:
137
125
138
126
make install
139
127
0 commit comments