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.
2 parents 25841f5 + 0e9c8bb commit 7b41a5dCopy full SHA for 7b41a5d
coq-hierarchy-builder.opam
@@ -17,6 +17,9 @@ depends: [
17
| "coq" {>= "8.20" & < "8.21~"} & "coq-elpi" {>= "2.4" | = "dev"}
18
| "rocq-core" {>= "9.0" | = "dev"} & "coq-elpi" {>= "2.4" | = "dev"})
19
]
20
+depexts: [
21
+ [ "wdiff" ] {os-family = "debian" & with-test}
22
+]
23
conflicts: [ "coq-hierarchy-builder-shim" ]
24
synopsis: "High level commands to declare and evolve a hierarchy based on packed classes"
25
description: """
0 commit comments