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 b82ddaf commit 8211199Copy full SHA for 8211199
coq-hierarchy-builder.opam
@@ -10,11 +10,9 @@ dev-repo: "git+https://github.com/math-comp/hierarchy-builder"
10
11
build: [ make ]
12
install: [ make "install" "VFILES=structures.v" ]
13
-depends: [
14
- "coq" {>= "8.11.0" & < "8.13.0~" }
15
- "coq-elpi" {>= "1.5.0" & < "1.6.0~"}
16
- ]
+depends: [ "coq-elpi" {>= "1.6.0" & < "1.7.0~"} ]
17
synopsis: "Hierarchy Builder"
18
description: """
19
High level commands to declare and evolve a hierarchy based on packed classes.
20
"""
+tags: [ "logpath:HB" ]
0 commit comments