File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1
1
opam-version: "2.0"
2
2
maintainer: "johnw@newartisans.com"
3
- version: "dev "
3
+ version: "1.0 "
4
4
5
5
homepage: "https://github.com/jwiegley/category-theory"
6
6
dev-repo: "git+https://github.com/jwiegley/category-theory.git"
@@ -16,11 +16,20 @@ practical work.
16
16
build: [make "JOBS=%{jobs}%" ]
17
17
install: [make "install"]
18
18
depends: [
19
- "coq" {(>= "8.10 " & < "8.16~") | (= "dev")}
19
+ "coq" {(>= "8.14 " & < "8.16~") | (= "dev")}
20
20
"coq-equations" {(>= "1.2" & < "1.4~") | (= "dev")}
21
21
]
22
22
23
+ url {
24
+ src: "https://github.com/jwiegley/category-theory/archive/refs/tags/1.0.0.tar.gz"
25
+ checksum: "sha256=66243d54a6ff551a9ec762d69e5ff6a09869e7d5ce6504fa3a63350efde03720"
26
+ }
27
+
23
28
tags: [
29
+ "keyword: category theory"
30
+ "category: Mathematics/Category Theory"
31
+ "date: 2022-07-22"
32
+ "logpath: Category"
24
33
]
25
34
authors: [
26
35
"John Wiegley"
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ let category-theory = coqPackages:
20
20
else ./. ;
21
21
22
22
buildInputs = [
23
- coq coq . ocaml coq . camlp5 coq . findlib equations # coqhammer pkgs.z3-tptp
23
+ coq coq . ocaml coq . camlp5 coq . findlib equations
24
24
] ;
25
25
enableParallelBuilding = true ;
26
26
You can’t perform that action at this time.
0 commit comments