We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3641101 commit 7c84559Copy full SHA for 7c84559
coq-hierarchy-builder.opam
@@ -12,7 +12,10 @@ build: [ [ make "build"]
12
[ make "test-suite" ] {with-test}
13
]
14
install: [ make "install" ]
15
-depends: [ "coq-elpi" { (>= "2.0") | = "dev" } ]
+depends: [
16
+ ("coq" {>= "8.18" & < "8.20~"} & "coq-elpi" {>= "2.0"}
17
+ | "coq" {>= "8.20" | = "dev"} & "coq-elpi" {>= "2.4" | = "dev"})
18
+]
19
conflicts: [ "coq-hierarchy-builder-shim" ]
20
synopsis: "High level commands to declare and evolve a hierarchy based on packed classes"
21
description: """
0 commit comments