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 0ed5cce commit 2f430edCopy full SHA for 2f430ed
dune-project
@@ -49,6 +49,8 @@
49
(cmdliner
50
(>= "1.2.0"))
51
dune
52
+ (dune-glob
53
+ :with-test)
54
(dolmen
55
(= "0.10"))
56
(dolmen_type
smtml.opam
@@ -19,6 +19,7 @@ bug-reports: "https://github.com/formalsec/smtml/issues"
19
depends: [
20
"cmdliner" {>= "1.2.0"}
21
"dune" {>= "3.10"}
22
+ "dune-glob" {with-test}
23
"dolmen" {= "0.10"}
24
"dolmen_type" {= "0.10"}
25
"dolmen_model" {= "0.10"}
0 commit comments