File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,10 @@ homepage: "https://git.lacl.fr/barbot/boltzgen"
99bug-reports: "https://git.lacl.fr/barbot/boltzgen/-/issues"
1010depends: [
1111 "dune" {>= "2.7"}
12- "ocaml" {>= "4.08.0"}
12+ "ocaml" {>= "4.08.0" & < "5.2.0"}
13+ "ocaml" {< "4.13.0" & with-test}
1314 "ocaml-compiler-libs"
14- "cmdliner" {< "2.0.0"}
15+ "cmdliner" {>= "1.0.0" & < "2.0.0"}
1516 "base-unix"
1617 "odoc" {with-doc}
1718]
Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ homepage: "https://git.lacl.fr/barbot/boltzgen"
99bug-reports: "https://git.lacl.fr/barbot/boltzgen/-/issues"
1010depends: [
1111 "dune" {>= "2.7"}
12- "ocaml" {>= "4.08.0"}
12+ "ocaml" {>= "4.08.0" & < "5.2.0"}
13+ "ocaml" {< "5.0.0" & with-test}
1314 "ocaml-compiler-libs"
1415 "cmdliner" {>= "1.0.0" & < "2.0.0"}
1516 "base-unix"
3738 "md5=8f8e5588602654ab7aa492910e4a9fd4"
3839 "sha512=99c54502e2ca783b69ba4846a83b75f1e07cfb243cb83f98e9ee1cf39859d0ada844d79939e48719d7ba584bb6785b761339b173349d5ebf21db5ee091ba89e0"
3940 ]
40- }
41+ }
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ homepage: "https://git.lacl.fr/barbot/boltzgen"
99bug-reports: "https://git.lacl.fr/barbot/boltzgen/-/issues"
1010depends: [
1111 "dune" {>= "2.6"}
12- "ocaml" {>= "4.08.1"}
12+ "ocaml" {>= "4.08.1" & < "5.2.0" }
1313 "ocaml-compiler-libs"
14- "cmdliner" {< "2.0.0"}
14+ "cmdliner" {>= "1.0.0" & < "2.0.0"}
1515]
1616build: [
1717 ["dune" "subst"] {dev}
@@ -27,6 +27,7 @@ build: [
2727 "@doc" {with-doc}
2828 ]
2929]
30+ dev-repo: "git+https://git.lacl.fr/barbot/boltzgen.git"
3031url {
3132 src:
3233 "https://git.lacl.fr/barbot/boltzgen/-/archive/release0.9/boltzgen-release0.9.tar.gz"
You can’t perform that action at this time.
0 commit comments