File tree 9 files changed +52
-8
lines changed
rocq-ollibs/rocq-ollibs.2.0.8
9 files changed +52
-8
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ tags: [
37
37
"keyword:permutation"
38
38
"keyword:decidable equality"
39
39
"keyword:finite multisets"
40
- "category:Miscellaneous/Coq Extensions "
40
+ "category:Mathematics/Combinatorics and Graph Theory "
41
41
"date:2020-08-04"
42
42
"logpath:OLlibs"
43
43
]
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ tags: [
37
37
"keyword:permutation"
38
38
"keyword:decidable equality"
39
39
"keyword:finite multisets"
40
- "category:Miscellaneous/Coq Extensions "
40
+ "category:Mathematics/Combinatorics and Graph Theory "
41
41
"date:2021-01-13"
42
42
"logpath:OLlibs"
43
43
]
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ tags: [
37
37
"keyword:permutation"
38
38
"keyword:decidable equality"
39
39
"keyword:finite multisets"
40
- "category:Miscellaneous/Coq Extensions "
40
+ "category:Mathematics/Combinatorics and Graph Theory "
41
41
"date:2022-01-02"
42
42
"logpath:OLlibs"
43
43
]
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ tags: [
37
37
"keyword:permutation"
38
38
"keyword:decidable equality"
39
39
"keyword:finite multisets"
40
- "category:Miscellaneous/Coq Extensions "
40
+ "category:Mathematics/Combinatorics and Graph Theory "
41
41
"date:2022-11-26"
42
42
"logpath:OLlibs"
43
43
]
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ tags: [
37
37
"keyword:permutation"
38
38
"keyword:decidable equality"
39
39
"keyword:finite multisets"
40
- "category:Miscellaneous/Coq Extensions "
40
+ "category:Mathematics/Combinatorics and Graph Theory "
41
41
"date:2023-04-05"
42
42
"logpath:OLlibs"
43
43
]
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ tags: [
37
37
"keyword:permutation"
38
38
"keyword:decidable equality"
39
39
"keyword:finite multisets"
40
- "category:Miscellaneous/Coq Extensions "
40
+ "category:Mathematics/Combinatorics and Graph Theory "
41
41
"date:2023-09-17"
42
42
"logpath:OLlibs"
43
43
]
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ tags: [
37
37
"keyword:permutation"
38
38
"keyword:decidable equality"
39
39
"keyword:finite multisets"
40
- "category:Miscellaneous/Coq Extensions "
40
+ "category:Mathematics/Combinatorics and Graph Theory "
41
41
"date:2024-09-15"
42
42
"logpath:OLlibs"
43
43
]
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ tags: [
37
37
"keyword:permutation"
38
38
"keyword:decidable equality"
39
39
"keyword:finite multisets"
40
- "category:Miscellaneous/Coq Extensions "
40
+ "category:Mathematics/Combinatorics and Graph Theory "
41
41
"date:2024-09-16"
42
42
"logpath:OLlibs"
43
43
]
Original file line number Diff line number Diff line change
1
+ opam-version: "2.0"
2
+ synopsis: "OL libraries"
3
+ description: """
4
+ Add-ons for the Rocq standard library
5
+ """
6
+
7
+ homepage: "https://github.com/olaure01/ollibs"
8
+ dev-repo: "git+https://github.com/olaure01/ollibs.git"
9
+ bug-reports: "https://github.com/olaure01/ollibs/issues"
10
+ doc: "https://github.com/olaure01/ollibs/blob/master/README.md"
11
+
12
+ authors: [
13
+ "Olivier Laurent" "Christophe Lucas"
14
+ ]
15
+ license: "LGPL-3.0-or-later"
16
+
17
+ depends: [
18
+ "rocq-core"
19
+ "rocq-stdlib" { >= "9.0" & < "9.1~" }
20
+ ]
21
+
22
+ build: [
23
+ ["./configure"]
24
+ [make "-j%{jobs}%"]
25
+ ]
26
+ install: [
27
+ [make "install"]
28
+ ]
29
+
30
+ url {
31
+ src: "https://github.com/olaure01/ollibs/archive/v2.0.8.tar.gz"
32
+ checksum: "sha256=4db50ba3f2cc2e8997c3564739d1856823b4ed8284dd1f5ab3aff8cfa65e701d"
33
+ }
34
+
35
+ tags: [
36
+ "keyword:standard library"
37
+ "keyword:list"
38
+ "keyword:permutation"
39
+ "keyword:decidable equality"
40
+ "keyword:finite multisets"
41
+ "category:Mathematics/Combinatorics and Graph Theory"
42
+ "date:2025-04-03"
43
+ "logpath:OLlibs"
44
+ ]
You can’t perform that action at this time.
0 commit comments