File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,15 @@ install: [ make "install" ]
1515depends: [
1616 ("coq" {>= "8.18" & < "8.20~"} & "coq-elpi" {>= "2.0"}
1717 | "coq" {>= "8.20" & < "8.21~"} & "coq-elpi" {>= "2.4" | = "dev"}
18- | "rocq-core" {(>= "9.0" & < "9.1~") | = "dev"} & "coq-elpi" {>= "2.4" | = "dev"})
18+ | "rocq-core" {(>= "9.0" & < "9.1~") | = "dev"} & "rocq-elpi" {>= "2.4" | = "dev"})
19+ ]
20+ conflicts: [
21+ "coq-hierarchy-builder" {< "1.9~"}
22+ "coq-hierarchy-builder-shim"
1923]
20- conflicts: [ "coq-hierarchy-builder" {< "1.9~"} ]
2124depexts: [
2225 [ "wdiff" ] {os-family = "debian" & with-test}
2326]
24- conflicts: [ "coq-hierarchy-builder-shim" ]
2527synopsis: "High level commands to declare and evolve a hierarchy based on packed classes"
2628description: """
2729Hierarchy Builder is a high level language to build hierarchies of algebraic structures and make these
You can’t perform that action at this time.
0 commit comments