this repo has no description

Mark cppo < 1.6.7 incompatible with OCaml 5.2 (does not support ~ characters in version number, e.g. 5.2.0~alpha1)

Kate faf628c4 8b5a0a33

Changed files
+5 -5
packages
cppo
cppo.1.6.1
cppo.1.6.2
cppo.1.6.4
cppo.1.6.5
cppo.1.6.6
+1 -1
packages/cppo/cppo.1.6.1/opam
···
]
depends: [
-
"ocaml"
+
"ocaml" {< "5.2"} # Technically this should be < 4.12 as cppo < 1.6.7 does not support the 4.12.0~alpha version scheme that started with the first alpha version of OCaml 4.12
"jbuilder" {>= "1.0+beta10"}
"base-bytes"
"base-unix"
+1 -1
packages/cppo/cppo.1.6.2/opam
···
["jbuilder" "runtest" "-p" name] {with-test}
]
depends: [
-
"ocaml"
+
"ocaml" {< "5.2"} # Technically this should be < 4.12 as cppo < 1.6.7 does not support the 4.12.0~alpha version scheme that started with the first alpha version of OCaml 4.12
"jbuilder" {>= "1.0+beta17"}
"base-bytes"
"base-unix"
+1 -1
packages/cppo/cppo.1.6.4/opam
···
["jbuilder" "runtest" "-p" name] {with-test}
]
depends: [
-
"ocaml"
+
"ocaml" {< "5.2"} # Technically this should be < 4.12 as cppo < 1.6.7 does not support the 4.12.0~alpha version scheme that started with the first alpha version of OCaml 4.12
"jbuilder" {>= "1.0+beta17"}
"base-bytes"
"base-unix"
+1 -1
packages/cppo/cppo.1.6.5/opam
···
["jbuilder" "runtest" "-p" name] {with-test}
]
depends: [
-
"ocaml"
+
"ocaml" {< "5.2"} # Technically this should be < 4.12 as cppo < 1.6.7 does not support the 4.12.0~alpha version scheme that started with the first alpha version of OCaml 4.12
"jbuilder" {>= "1.0+beta17"}
"base-unix"
]
+1 -1
packages/cppo/cppo.1.6.6/opam
···
doc: "https://ocaml-community.github.io/cppo/"
bug-reports: "https://github.com/ocaml-community/cppo/issues"
depends: [
-
"ocaml" {>= "4.03"}
+
"ocaml" {>= "4.03" & < "5.2"} # Technically this should be < 4.12 as cppo < 1.6.7 does not support the 4.12.0~alpha version scheme that started with the first alpha version of OCaml 4.12
"dune" {>= "1.0"}
"base-unix"
]