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 71bad4d commit af8bc89Copy full SHA for af8bc89
.github/workflows/main.yml
@@ -26,6 +26,7 @@ jobs:
26
coq_version:
27
- '8.11'
28
- '8.12'
29
+ - '8.13'
30
ocaml_version:
31
- 'minimal'
32
steps:
coq-hierarchy-builder.opam
@@ -10,7 +10,7 @@ dev-repo: "git+https://github.com/math-comp/hierarchy-builder"
10
11
build: [ make ]
12
install: [ make "install" "VFILES=structures.v" ]
13
-depends: [ "coq-elpi" {>= "1.7.0" & < "1.8.0~"} ]
+depends: [ "coq-elpi" {>= "1.6" & < "1.9~"} ]
14
synopsis: "Hierarchy Builder"
15
description: """
16
High level commands to declare and evolve a hierarchy based on packed classes.
0 commit comments