this repo has no description
0
fork

Configure Feed

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

Merge pull request #27102 from hannesm/fix-with-test

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

authored by

Marcello Seri and committed by
GitHub
23aff87e 9b195692

+47 -45
+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" { >= "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"]
+4 -4
packages/gobba/gobba.0.4.1/opam
··· 15 15 ] 16 16 17 17 depends: [ 18 - "dune" {>= "2.0"} 18 + "dune" {>= "3.0"} 19 19 "ocaml" {>= "4.05.0"} 20 20 "ANSITerminal" 21 21 "ocamline" {>= "1.0" & < "1.2"} 22 - "menhir" 22 + "menhir" {>= "20180528"} 23 23 "ppx_deriving" 24 - "cmdliner" 24 + "cmdliner" {>= "0.9.8"} 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:
+3 -3
packages/lsp/lsp.1.11.3/opam
··· 22 22 homepage: "https://github.com/ocaml/ocaml-lsp" 23 23 bug-reports: "https://github.com/ocaml/ocaml-lsp/issues" 24 24 depends: [ 25 - "dune" {>= "2.9"} 25 + "dune" {>= "3.0"} 26 26 "jsonrpc" {= version} 27 27 "dyn" 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"}
+3 -3
packages/lsp/lsp.1.11.4/opam
··· 22 22 homepage: "https://github.com/ocaml/ocaml-lsp" 23 23 bug-reports: "https://github.com/ocaml/ocaml-lsp/issues" 24 24 depends: [ 25 - "dune" {>= "2.9"} 25 + "dune" {>= "3.0"} 26 26 "jsonrpc" {= version} 27 27 "dyn" 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"}
+3 -3
packages/lsp/lsp.1.11.5/opam
··· 22 22 homepage: "https://github.com/ocaml/ocaml-lsp" 23 23 bug-reports: "https://github.com/ocaml/ocaml-lsp/issues" 24 24 depends: [ 25 - "dune" {>= "2.9"} 25 + "dune" {>= "3.0"} 26 26 "jsonrpc" {= version} 27 27 "dyn" 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"}
+3 -3
packages/lsp/lsp.1.11.6/opam
··· 22 22 homepage: "https://github.com/ocaml/ocaml-lsp" 23 23 bug-reports: "https://github.com/ocaml/ocaml-lsp/issues" 24 24 depends: [ 25 - "dune" {>= "2.9"} 25 + "dune" {>= "3.0"} 26 26 "jsonrpc" {= version} 27 27 "dyn" 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"}
+3 -3
packages/lsp/lsp.1.12.0/opam
··· 22 22 homepage: "https://github.com/ocaml/ocaml-lsp" 23 23 bug-reports: "https://github.com/ocaml/ocaml-lsp/issues" 24 24 depends: [ 25 - "dune" {>= "2.9"} 25 + "dune" {>= "3.0"} 26 26 "jsonrpc" {= version} 27 27 "dyn" 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"}
+2 -2
packages/lsp/lsp.1.12.1/opam
··· 22 22 homepage: "https://github.com/ocaml/ocaml-lsp" 23 23 bug-reports: "https://github.com/ocaml/ocaml-lsp/issues" 24 24 depends: [ 25 - "dune" {>= "2.9"} 25 + "dune" {>= "3.0"} 26 26 "jsonrpc" {= version} 27 27 "dyn" 28 28 "yojson" 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"}
+5 -4
packages/minicaml/minicaml.0.3.3/opam
··· 14 14 [make "test" "-j" jobs] {with-test} 15 15 ] 16 16 depends: [ 17 - "dune" {>= "2.0"} 17 + "dune" {>= "3.0"} 18 18 "ocaml" {>= "4.05.0"} 19 19 "ANSITerminal" 20 - "menhir" 20 + "menhir" {>= "20180528"} 21 21 "ppx_deriving" 22 - "cmdliner" 22 + "cmdliner" {>= "0.9.8"} 23 + "cmdliner" {with-test & < "1.1.0"} 23 24 "alcotest" {with-test & >= "0.8.5" & < "1.0.0"} 24 - "bisect_ppx" {with-test >= "1.4.1" & < "2.0.0"} 25 + "bisect_ppx" {>= "1.4.1" & < "2.0.0"} 25 26 ] 26 27 url { 27 28 src:
+4 -3
packages/minicaml/minicaml.0.4/opam
··· 14 14 [make "test" "-j" jobs] {with-test} 15 15 ] 16 16 depends: [ 17 - "dune" {>= "2.0"} 17 + "dune" {>= "3.0"} 18 18 "ocaml" {>= "4.05.0"} 19 19 "ANSITerminal" 20 20 "ocamline" {>= "1.0" & < "1.2"} 21 - "menhir" 21 + "menhir" {>= "20180528"} 22 22 "ppx_deriving" 23 - "cmdliner" 23 + "cmdliner" {>= "0.9.8"} 24 + "cmdliner" {with-test & < "1.1.0"} 24 25 "alcotest" {with-test & >= "0.8.5"} 25 26 "bisect_ppx" {>= "1.4.1" & < "2.0.0"} 26 27 ]
+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" }
+4 -4
packages/pratter/pratter.3.0.0/opam
··· 15 15 bug-reports: "https://github.com/gabrielhdt/pratter/issues" 16 16 depends: [ 17 17 "ocaml" {>= "4.08"} 18 - "dune" {>= "2.7"} 18 + "dune" {>= "3.0"} 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"]