this repo has no description

Merge pull request #27101 from hannesm/fix-ppx-expect-bounds

some packages forgot the 'v' in their ppx_expect bounds

Changed files
+9 -9
packages
camelot
camelot.1.3.0
camelot.1.4.0
camelot.1.4.1
functoria
functoria.4.4.1
lsp
lsp.1.19.0
ocaml-lsp-server
ocaml-lsp-server.1.19.0
ocaml-lsp-server.1.20.0-4.14
ocaml-lsp-server.1.20.1-4.14
salsa20
salsa20.1.0.0
+1 -1
packages/camelot/camelot.1.3.0/opam
···
"ocaml" {>= "4.10.0" & < "4.11.0"}
"ANSITerminal" {>= "0.8"}
"yojson" {>= "1.7.0"}
-
"ppx_expect" {with-test & >= "0.13.0"}
+
"ppx_expect" {with-test & >= "v0.13.0"}
"odoc" {with-doc & >= "1.5.0"}
]
build: [
+1 -1
packages/camelot/camelot.1.4.0/opam
···
"ocaml" {>= "4.10.0" & < "4.11.0"}
"ANSITerminal" {>= "0.8"}
"yojson" {>= "1.7.0"}
-
"ppx_expect" {with-test & >= "0.13.0"}
+
"ppx_expect" {with-test & >= "v0.13.0"}
"odoc" {with-doc & >= "1.5.0"}
]
build: [
+1 -1
packages/camelot/camelot.1.4.1/opam
···
"ocaml" {>= "4.10.0" & < "4.11.0"}
"ANSITerminal" {>= "0.8"}
"yojson" {>= "1.7.0"}
-
"ppx_expect" {with-test & >= "0.13.0"}
+
"ppx_expect" {with-test & >= "v0.13.0"}
"odoc" {with-doc & >= "1.5.0"}
]
build: [
+1 -1
packages/functoria/functoria.4.4.1/opam
···
"dune" {with-test & >= "3.0.0"}
"base-unix"
"cmdliner" {>= "1.1.1"}
-
"cmdlinere" {with-test & >= "1.2.0" & < "1.3.0"}
+
"cmdliner" {with-test & >= "1.2.0" & < "1.3.0"}
"rresult" {>= "0.7.0"}
"result" {>= "1.5"}
"astring"
+1 -1
packages/lsp/lsp.1.19.0/opam
···
"yojson"
"ppx_yojson_conv_lib" {>= "v0.14"}
"cinaps" {with-test}
-
"ppx_expect" {>= "v0.15.0" & < "0.17.0" & with-test}
+
"ppx_expect" {>= "v0.15.0" & < "v0.17.0" & with-test}
"uutf" {>= "1.0.2"}
"odoc" {with-doc}
"ocaml" {>= "4.14"}
+1 -1
packages/ocaml-lsp-server/ocaml-lsp-server.1.19.0/opam
···
"spawn"
"astring"
"camlp-streams"
-
"ppx_expect" {>= "v0.15.0" & < "0.17.0" & with-test}
+
"ppx_expect" {>= "v0.15.0" & < "v0.17.0" & with-test}
"ocamlformat" {with-test & = "0.26.2"}
"ocamlc-loc" {>= "3.7.0"}
"pp" {>= "1.1.2"}
+1 -1
packages/ocaml-lsp-server/ocaml-lsp-server.1.20.0-4.14/opam
···
"spawn"
"astring"
"camlp-streams"
-
"ppx_expect" {>= "v0.15.0" & < "0.17.0" & with-test}
+
"ppx_expect" {>= "v0.15.0" & < "v0.17.0" & with-test}
"ocamlformat" {with-test & = "0.26.2"}
"ocamlc-loc" {>= "3.7.0"}
"pp" {>= "1.1.2"}
+1 -1
packages/ocaml-lsp-server/ocaml-lsp-server.1.20.1-4.14/opam
···
"spawn"
"astring"
"camlp-streams"
-
"ppx_expect" {>= "v0.15.0" & < "0.17.0" & with-test}
+
"ppx_expect" {>= "v0.15.0" & < "v0.17.0" & with-test}
"ocamlformat" {with-test & = "0.26.2"}
"ocamlc-loc" {>= "3.7.0"}
"pp" {>= "1.1.2"}
+1 -1
packages/salsa20/salsa20.1.0.0/opam
···
"cstruct" {>= "1.7.0"}
"nocrypto" {>= "0.5.3"}
"salsa20-core" {>= "0.1.0" & < "1.0.0"}
-
"solsa20-core" {with-test & >= "0.3.0"}
+
"salsa20-core" {with-test & >= "0.3.0"}
"alcotest" {with-test}
]
build: [