this repo has no description
0
fork

Configure Feed

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

some packages forgot the 'v' in their ppx_expect bounds

+7 -7
+1 -1
packages/camelot/camelot.1.3.0/opam
··· 10 10 "ocaml" {>= "4.10.0" & < "4.11.0"} 11 11 "ANSITerminal" {>= "0.8"} 12 12 "yojson" {>= "1.7.0"} 13 - "ppx_expect" {with-test & >= "0.13.0"} 13 + "ppx_expect" {with-test & >= "v0.13.0"} 14 14 "odoc" {with-doc & >= "1.5.0"} 15 15 ] 16 16 build: [
+1 -1
packages/camelot/camelot.1.4.0/opam
··· 10 10 "ocaml" {>= "4.10.0" & < "4.11.0"} 11 11 "ANSITerminal" {>= "0.8"} 12 12 "yojson" {>= "1.7.0"} 13 - "ppx_expect" {with-test & >= "0.13.0"} 13 + "ppx_expect" {with-test & >= "v0.13.0"} 14 14 "odoc" {with-doc & >= "1.5.0"} 15 15 ] 16 16 build: [
+1 -1
packages/camelot/camelot.1.4.1/opam
··· 10 10 "ocaml" {>= "4.10.0" & < "4.11.0"} 11 11 "ANSITerminal" {>= "0.8"} 12 12 "yojson" {>= "1.7.0"} 13 - "ppx_expect" {with-test & >= "0.13.0"} 13 + "ppx_expect" {with-test & >= "v0.13.0"} 14 14 "odoc" {with-doc & >= "1.5.0"} 15 15 ] 16 16 build: [
+1 -1
packages/lsp/lsp.1.19.0/opam
··· 27 27 "yojson" 28 28 "ppx_yojson_conv_lib" {>= "v0.14"} 29 29 "cinaps" {with-test} 30 - "ppx_expect" {>= "v0.15.0" & < "0.17.0" & with-test} 30 + "ppx_expect" {>= "v0.15.0" & < "v0.17.0" & with-test} 31 31 "uutf" {>= "1.0.2"} 32 32 "odoc" {with-doc} 33 33 "ocaml" {>= "4.14"}
+1 -1
packages/ocaml-lsp-server/ocaml-lsp-server.1.19.0/opam
··· 37 37 "spawn" 38 38 "astring" 39 39 "camlp-streams" 40 - "ppx_expect" {>= "v0.15.0" & < "0.17.0" & with-test} 40 + "ppx_expect" {>= "v0.15.0" & < "v0.17.0" & with-test} 41 41 "ocamlformat" {with-test & = "0.26.2"} 42 42 "ocamlc-loc" {>= "3.7.0"} 43 43 "pp" {>= "1.1.2"}
+1 -1
packages/ocaml-lsp-server/ocaml-lsp-server.1.20.0-4.14/opam
··· 37 37 "spawn" 38 38 "astring" 39 39 "camlp-streams" 40 - "ppx_expect" {>= "v0.15.0" & < "0.17.0" & with-test} 40 + "ppx_expect" {>= "v0.15.0" & < "v0.17.0" & with-test} 41 41 "ocamlformat" {with-test & = "0.26.2"} 42 42 "ocamlc-loc" {>= "3.7.0"} 43 43 "pp" {>= "1.1.2"}
+1 -1
packages/ocaml-lsp-server/ocaml-lsp-server.1.20.1-4.14/opam
··· 37 37 "spawn" 38 38 "astring" 39 39 "camlp-streams" 40 - "ppx_expect" {>= "v0.15.0" & < "0.17.0" & with-test} 40 + "ppx_expect" {>= "v0.15.0" & < "v0.17.0" & with-test} 41 41 "ocamlformat" {with-test & = "0.26.2"} 42 42 "ocamlc-loc" {>= "3.7.0"} 43 43 "pp" {>= "1.1.2"}