this repo has no description

conjury / gobba / minicaml: require bisect-ppx/ounit2 as a hard dependency

Changed files
+4 -4
packages
conjury
conjury.2.1
conjury.2.1.1
gobba
gobba.0.4.1
minicaml
minicaml.0.3.3
+1 -1
packages/conjury/conjury.2.1.1/opam
···
"ocaml" { >= "4.08" & < "5.0"}
"ocamlfind" { >= "1.7.3"}
"omake" { >= "0.10.3"}
-
"ounit2" { with-test & >= "2.2"}
+
"ounit2" { >= "2.2"}
]
build: [
["omake" "--dotomake.omake" "--force-dotomake" "--configure" "build"]
+1 -1
packages/conjury/conjury.2.1/opam
···
"ocaml" { >= "4.08" & < "5.0"}
"ocamlfind" { >= "1.7.3"}
"omake" { = "0.10.3"}
-
"ounit2" { with-test & >= "2.2"}
+
"ounit2" { >= "2.2"}
]
build: [
["omake" "--dotomake.omake" "--force-dotomake" "--configure" "build"]
+1 -1
packages/gobba/gobba.0.4.1/opam
···
"ppx_deriving"
"cmdliner"
"alcotest" {with-test & >= "0.8.5"}
-
"bisect_ppx" {with-test & >= "1.4.1" & < "2.6.0"}
+
"bisect_ppx" {>= "1.4.1" & < "2.6.0"}
]
url {
src:
+1 -1
packages/minicaml/minicaml.0.3.3/opam
···
"ppx_deriving"
"cmdliner"
"alcotest" {with-test & >= "0.8.5" & < "1.0.0"}
-
"bisect_ppx" {with-test & >= "1.4.1" & < "2.0.0"}
+
"bisect_ppx" {>= "1.4.1" & < "2.0.0"}
]
url {
src: