this repo has no description
0
fork

Configure Feed

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

fix constraints of the form "with-test >= Y" to "with-test & >= Y" fix constraints of the form "Y >= with-test" to ">= Y & with-test"

+29 -29
+1 -1
packages/conjury/conjury.2.0.1/opam
··· 12 12 "ocaml" { with-test & >= "4.04" } 13 13 "ocamlfind" { with-test & >= "1.7.3" } 14 14 "omake" { = "0.10.3" } 15 - "ounit2" { with-test >= "2.2" } 15 + "ounit2" { with-test & >= "2.2" } 16 16 ] 17 17 build: [ 18 18 [ "omake" "--configure" ]
+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" { with-test & >= "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" { with-test & >= "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" {with-test & >= "1.4.1" & < "2.6.0"} 27 27 ] 28 28 url { 29 29 src:
+2 -2
packages/lsp/lsp.1.11.3/opam
··· 28 28 "yojson" 29 29 "ppx_yojson_conv_lib" {>= "v0.14"} 30 30 "cinaps" {with-test} 31 - "menhir" {"20211230" >= with-test} 32 - "ppx_expect" {"v0.14.0" >= with-test} 31 + "menhir" {>= "20211230" & with-test} 32 + "ppx_expect" {>= "v0.14.0" & with-test} 33 33 "uutf" {>= "1.0.2"} 34 34 "odoc" {with-doc} 35 35 "ocaml" {>= "4.12"}
+2 -2
packages/lsp/lsp.1.11.4/opam
··· 28 28 "yojson" 29 29 "ppx_yojson_conv_lib" {>= "v0.14"} 30 30 "cinaps" {with-test} 31 - "menhir" {"20211230" >= with-test} 32 - "ppx_expect" {"v0.14.0" >= with-test} 31 + "menhir" {>= "20211230" & with-test} 32 + "ppx_expect" {>= "v0.14.0" & with-test} 33 33 "uutf" {>= "1.0.2"} 34 34 "odoc" {with-doc} 35 35 "ocaml" {>= "4.12"}
+2 -2
packages/lsp/lsp.1.11.5/opam
··· 28 28 "yojson" 29 29 "ppx_yojson_conv_lib" {>= "v0.14"} 30 30 "cinaps" {with-test} 31 - "menhir" {"20211230" >= with-test} 32 - "ppx_expect" {"v0.14.0" >= with-test} 31 + "menhir" {>= "20211230" & with-test} 32 + "ppx_expect" {>= "v0.14.0" & with-test} 33 33 "uutf" {>= "1.0.2"} 34 34 "odoc" {with-doc} 35 35 "ocaml" {>= "4.12"}
+2 -2
packages/lsp/lsp.1.11.6/opam
··· 28 28 "yojson" 29 29 "ppx_yojson_conv_lib" {>= "v0.14"} 30 30 "cinaps" {with-test} 31 - "menhir" {"20211230" >= with-test} 32 - "ppx_expect" {"v0.14.0" >= with-test} 31 + "menhir" {>= "20211230" & with-test} 32 + "ppx_expect" {>= "v0.14.0" & with-test} 33 33 "uutf" {>= "1.0.2"} 34 34 "odoc" {with-doc} 35 35 "ocaml" {>= "4.12"}
+2 -2
packages/lsp/lsp.1.12.0/opam
··· 28 28 "yojson" 29 29 "ppx_yojson_conv_lib" {>= "v0.14"} 30 30 "cinaps" {with-test} 31 - "menhir" {"20211230" >= with-test} 32 - "ppx_expect" {"v0.15.0" >= with-test} 31 + "menhir" {>= "20211230" & with-test} 32 + "ppx_expect" {>= "v0.15.0" & with-test} 33 33 "uutf" {>= "1.0.2"} 34 34 "odoc" {with-doc} 35 35 "ocaml" {>= "4.12"}
+1 -1
packages/lsp/lsp.1.12.1/opam
··· 29 29 "ppx_yojson_conv_lib" {>= "v0.14"} 30 30 "cinaps" {with-test} 31 31 "menhir" {>= "20211230" & with-test} 32 - "ppx_expect" {"v0.15.0" >= with-test} 32 + "ppx_expect" {>= "v0.15.0" & with-test} 33 33 "uutf" {>= "1.0.2"} 34 34 "odoc" {with-doc} 35 35 "ocaml" {>= "4.12"}
+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" {with-test & >= "1.4.1" & < "2.0.0"} 25 25 ] 26 26 url { 27 27 src:
+1 -1
packages/pa_ppx/pa_ppx.0.09/opam
··· 47 47 "bos" { >= "0.2.0" } 48 48 "uint" { >= "2.0.1" } 49 49 "ounit" 50 - # "sexplib" { with-test >= "v0.14.0" } 50 + # "sexplib" { with-test & >= "v0.14.0" } 51 51 # "ppx_import" { with-test & >= "1.7.1" } 52 52 # "ppx_deriving { with-test } 53 53 # "ppx_deriving_yojson" { with-test & >= "3.5.2" }
+3 -3
packages/pratter/pratter.3.0.0/opam
··· 17 17 "ocaml" {>= "4.08"} 18 18 "dune" {>= "2.7"} 19 19 "camlp-streams" {>= "5.0" & < "6"} 20 - "alcotest" {with-test >= "1.5.0" & < "2"} 21 - "qcheck" {with-test >= "0.12"} 22 - "qcheck-alcotest" {with-test >= "0.12"} 20 + "alcotest" {with-test & >= "1.5.0" & < "2"} 21 + "qcheck" {with-test & >= "0.12"} 22 + "qcheck-alcotest" {with-test & >= "0.12"} 23 23 "odoc" {with-doc} 24 24 ] 25 25 build: [
+3 -3
packages/tls-eio/tls-eio.1.0.0/opam
··· 20 20 "mirage-crypto-rng" {>= "1.0.0"} 21 21 "mirage-crypto-rng-eio" {with-test & >= "1.0.0"} 22 22 "eio" {>= "0.12"} 23 - "eio_main" {>= "0.12" with-test} 23 + "eio_main" {>= "0.12" & with-test} 24 24 "mdx" {with-test} 25 - "crowbar" {>= "0.2.1" with-test} 26 - "logs" {>= "0.7.0" with-test} 25 + "crowbar" {>= "0.2.1" & with-test} 26 + "logs" {>= "0.7.0" & with-test} 27 27 "ptime" {>= "1.0.0"} 28 28 ] 29 29 tags: [ "org:mirage"]
+3 -3
packages/tls-eio/tls-eio.1.0.2/opam
··· 20 20 "mirage-crypto-rng" {>= "1.0.0"} 21 21 "mirage-crypto-rng-eio" {with-test & >= "1.0.0"} 22 22 "eio" {>= "0.12"} 23 - "eio_main" {>= "0.12" with-test} 23 + "eio_main" {>= "0.12" & with-test} 24 24 "mdx" {with-test} 25 - "crowbar" {>= "0.2.1" with-test} 26 - "logs" {>= "0.7.0" with-test} 25 + "crowbar" {>= "0.2.1" & with-test} 26 + "logs" {>= "0.7.0" & with-test} 27 27 "ptime" {>= "1.0.0"} 28 28 ] 29 29 tags: [ "org:mirage"]
+3 -3
packages/tls-eio/tls-eio.1.0.4/opam
··· 20 20 "mirage-crypto-rng" {>= "1.0.0"} 21 21 "mirage-crypto-rng-eio" {with-test & >= "1.0.0"} 22 22 "eio" {>= "0.12"} 23 - "eio_main" {>= "0.12" with-test} 23 + "eio_main" {>= "0.12" & with-test} 24 24 "mdx" {with-test} 25 - "crowbar" {>= "0.2.1" with-test} 26 - "logs" {>= "0.7.0" with-test} 25 + "crowbar" {>= "0.2.1" & with-test} 26 + "logs" {>= "0.7.0" & with-test} 27 27 "ptime" {>= "1.0.0"} 28 28 ] 29 29 tags: [ "org:mirage"]