|
5 | 5 | homepage: "https://math-comp.github.io/"
|
6 | 6 | bug-reports: "https://github.com/math-comp/math-comp/issues"
|
7 | 7 | dev-repo: "git+https://github.com/math-comp/math-comp.git"
|
8 |
| -license: "CeCILL-B" |
| 8 | +license: "CECILL-B" |
9 | 9 |
|
10 | 10 | build: [ make "-C" "ssreflect" "-j" "%{jobs}%" ]
|
11 | 11 | install: [ make "-C" "ssreflect" "install" ]
|
12 | 12 | depends: [
|
13 |
| - ( ( "coq" {>= "8.16" & < "8.17~"} & "elpi" {>= "1.16.5"} ) | |
14 |
| - # The line above can be removed at the time support for 8.16 is dropped |
15 |
| - ( "coq" {>= "8.17"} |
16 |
| - & "elpi" {>= "1.17.0"} ) ) |
17 |
| - "coq-hierarchy-builder" {>= "1.5.0"} |
| 13 | + ("coq" {>= "8.19" & < "8.21~"} |
| 14 | + | "rocq-core" {>= "9.0" | = "dev"}) |
| 15 | + # Please keep the "dev" above as it is required for the coq-dev Docker images |
| 16 | + "elpi" {>= "1.17.0"} |
| 17 | + "coq-hierarchy-builder" { >= "1.7.0"} |
18 | 18 | ]
|
19 | 19 |
|
20 |
| -tags: [ "keyword:small scale reflection" "keyword:mathematical components" "keyword:odd order theorem" "logpath:mathcomp.ssreflect" ] |
| 20 | +tags: [ |
| 21 | + "keyword:small scale reflection" |
| 22 | + "keyword:mathematical components" |
| 23 | + "keyword:bigop" |
| 24 | + "keyword:big operators" |
| 25 | + "keyword:biomial coefficient" |
| 26 | + "keyword:integer division theory" |
| 27 | + "keyword:finite sets" |
| 28 | + "keyword:functions with finite domain" |
| 29 | + "keyword:finite graphs" |
| 30 | + "keyword:quotient types" |
| 31 | + "keyword:order theory" |
| 32 | + "keyword:partial order" |
| 33 | + "keyword:lattices" |
| 34 | + "keyword:lists" |
| 35 | + "keyword:ordering and sorting lists" |
| 36 | + "keyword:prime numbers" |
| 37 | + "keyword:tuples" |
| 38 | + "keyword:bounded lists" |
| 39 | + "logpath:mathcomp.ssreflect" |
| 40 | +] |
21 | 41 | authors: [ "The Mathematical Components team" ]
|
22 | 42 |
|
23 | 43 | synopsis: "Small Scale Reflection"
|
|
0 commit comments