File tree 2 files changed +49
-33
lines changed
2 files changed +49
-33
lines changed Original file line number Diff line number Diff line change 1
1
opam-version: "2.0"
2
- authors: [ "Matthieu Sozeau <
[email protected] >" "Cyprien Mangin <
[email protected] >" ]
3
- dev-repo: "git+https://github.com/mattam82/Coq-Equations.git"
2
+ authors: [ "Matthieu Sozeau <
[email protected] >" ]
4
3
5
4
homepage: "https://mattam82.github.io/Coq-Equations"
5
+ dev-repo: "git+https://github.com/mattam82/Coq-Equations.git"
6
6
bug-reports: "https://github.com/mattam82/Coq-Equations/issues"
7
7
license: "LGPL-2.1-only"
8
- synopsis: "A function definition package for Coq"
9
- description: """
10
- Equations is a function definition plugin for Coq, that allows the
11
- definition of functions by dependent pattern-matching and well-founded,
12
- mutual or nested structural recursion and compiles them into core
13
- terms. It automatically derives the clauses equations, the graph of the
14
- function and its associated elimination principle.
15
- """
16
- tags: [
17
- "keyword:dependent pattern-matching"
18
- "keyword:functional elimination"
19
- "category:Miscellaneous/Coq Extensions"
20
- "logpath:Equations"
21
- ]
22
- build: [
23
- ["./configure.sh" "--enable-hott" {coq-hott:installed} ]
24
- [make "-j%{jobs}%"]
25
- ]
26
- install: [
27
- [make "install"]
28
- ]
29
- run-test: [
30
- [make "test-suite"]
31
- ]
32
8
depends: [
33
- "coq" {= "dev"}
34
- ]
35
- depopts: [
36
- "coq-hott"
9
+ "rocq-equations" { = "dev" }
37
10
]
38
- url {
39
- src: "git+https://github.com/mattam82/Coq-Equations#main"
40
- }
11
+ synopsis: "Compatibility package, see rocq-equations"
Original file line number Diff line number Diff line change
1
+ opam-version: "2.0"
2
+ authors: [ "Matthieu Sozeau <
[email protected] >" "Cyprien Mangin <
[email protected] >" ]
3
+ dev-repo: "git+https://github.com/mattam82/Coq-Equations.git"
4
+
5
+ homepage: "https://mattam82.github.io/Coq-Equations"
6
+ bug-reports: "https://github.com/mattam82/Coq-Equations/issues"
7
+ license: "LGPL-2.1-only"
8
+ synopsis: "A function definition package for Rocq"
9
+ description: """
10
+ Equations is a function definition plugin for Rocq, that allows the
11
+ definition of functions by dependent pattern-matching and well-founded,
12
+ mutual or nested structural recursion and compiles them into core
13
+ terms. It automatically derives the clauses equations, the graph of the
14
+ function and its associated elimination principle.
15
+ """
16
+ tags: [
17
+ "keyword:dependent pattern-matching"
18
+ "keyword:functional elimination"
19
+ "category:Miscellaneous/Coq Extensions"
20
+ "logpath:Equations"
21
+ ]
22
+ build: [
23
+ ["./configure.sh" "--enable-hott" {coq-hott:installed} ]
24
+ [make "-j%{jobs}%"]
25
+ ]
26
+ install: [
27
+ [make "install"]
28
+ ]
29
+ run-test: [
30
+ [make "test-suite"]
31
+ ]
32
+ depends: [
33
+ "dune" {>= "3.13"}
34
+ "ocaml" {>= "4.10.0"}
35
+ "rocq-prover" { = "dev" }
36
+ "ppx_optcomp" {build}
37
+ "ocaml-lsp-server" {with-dev-setup}
38
+ "odoc" {with-doc}
39
+ ]
40
+ depopts: [
41
+ "coq-hott"
42
+ ]
43
+ url {
44
+ src: "git+https://github.com/mattam82/Coq-Equations#main"
45
+ }
You can’t perform that action at this time.
0 commit comments