this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+4 -4
+1 -1
packages/conjury/conjury.2.1.1/opam
··· 11 11 "ocaml" { >= "4.08" & < "5.0"} 12 12 "ocamlfind" { >= "1.7.3"} 13 13 "omake" { >= "0.10.3"} 14 - "ounit2" { with-test & >= "2.2"} 14 + "ounit2" { >= "2.2"} 15 15 ] 16 16 build: [ 17 17 ["omake" "--dotomake.omake" "--force-dotomake" "--configure" "build"]
+1 -1
packages/conjury/conjury.2.1/opam
··· 11 11 "ocaml" { >= "4.08" & < "5.0"} 12 12 "ocamlfind" { >= "1.7.3"} 13 13 "omake" { = "0.10.3"} 14 - "ounit2" { with-test & >= "2.2"} 14 + "ounit2" { >= "2.2"} 15 15 ] 16 16 build: [ 17 17 ["omake" "--dotomake.omake" "--force-dotomake" "--configure" "build"]
+1 -1
packages/gobba/gobba.0.4.1/opam
··· 23 23 "ppx_deriving" 24 24 "cmdliner" 25 25 "alcotest" {with-test & >= "0.8.5"} 26 - "bisect_ppx" {with-test & >= "1.4.1" & < "2.6.0"} 26 + "bisect_ppx" {>= "1.4.1" & < "2.6.0"} 27 27 ] 28 28 url { 29 29 src:
+1 -1
packages/minicaml/minicaml.0.3.3/opam
··· 21 21 "ppx_deriving" 22 22 "cmdliner" 23 23 "alcotest" {with-test & >= "0.8.5" & < "1.0.0"} 24 - "bisect_ppx" {with-test & >= "1.4.1" & < "2.0.0"} 24 + "bisect_ppx" {>= "1.4.1" & < "2.0.0"} 25 25 ] 26 26 url { 27 27 src: