this repo has no description

camlp5.7.*: Fix ocaml constraint (only support exact versions)

Kate 148fa843 861292dc

Changed files
+3 -3
packages
camlp5
camlp5.7.09
camlp5.7.12
camlp5.7.13
+1 -1
packages/camlp5/camlp5.7.09/opam
···
doc: "https://camlp5.github.io/doc/html"
depends: [
-
"ocaml" { >= "4.08" & < "4.10.0" }
+
"ocaml" { >= "4.08" & < "4.10.0" & != "4.09.1" }
]
build: [
+1 -1
packages/camlp5/camlp5.7.12/opam
···
doc: "https://camlp5.github.io/doc/html"
depends: [
-
"ocaml" { >= "4.02" & <= "4.11.0" }
+
"ocaml" { >= "4.02" & <= "4.11.0" & != "4.10.2" }
]
build: [
+1 -1
packages/camlp5/camlp5.7.13/opam
···
doc: "https://camlp5.github.io/doc/html"
depends: [
-
"ocaml" { >= "4.02" & <= "4.11.1" }
+
"ocaml" { >= "4.02" & <= "4.11.1" & != "4.10.2" }
]
build: [