this repo has no description

grenier is not compatible with OCaml 5.1 (caml_stat_minor_collections got removed from the runtime)

Kate fc024dd3 81a2c5c2

Changed files
+4 -4
packages
grenier
grenier.0.11
grenier.0.12
grenier.0.13
grenier.0.14
+1 -1
packages/grenier/grenier.0.11/opam
···
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
-
"ocaml" {>= "4.04"}
+
"ocaml" {>= "4.04" & < "5.1"}
"dune" {>= "1.2.0"}
]
synopsis: "A collection of various algorithms in OCaml"
+1 -1
packages/grenier/grenier.0.12/opam
···
["dune" "runtest" "-p" name "-j" jobs] {with-test & arch != "x86_32" & arch != "arm64"}
]
depends: [
-
"ocaml" {>= "4.08"}
+
"ocaml" {>= "4.08" & < "5.1"}
"dune" {>= "1.2.0"}
]
synopsis: "A collection of various algorithms in OCaml"
+1 -1
packages/grenier/grenier.0.13/opam
···
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
-
"ocaml" {>= "4.08"}
+
"ocaml" {>= "4.08" & < "5.1"}
"dune" {>= "1.2.0"}
]
synopsis: "A collection of various algorithms in OCaml"
+1 -1
packages/grenier/grenier.0.14/opam
···
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
-
"ocaml" {>= "4.08"}
+
"ocaml" {>= "4.08" & < "5.1"}
"dune" {>= "1.2.0"}
]
synopsis: "A collection of various algorithms in OCaml"