this repo has no description

biocaml is not compatible with OCaml 5.0 (uses deprecated C API)

Kate 2c7d6aed 215a11f0

Changed files
+11 -7
packages
biocaml
biocaml.0.10.0
biocaml.0.11.0
biocaml.0.11.1
biocaml.0.11.2
biocaml.0.2.0
biocaml.0.3.0
biocaml.0.3.1
biocaml.0.4.0
biocaml.0.6.0
biocaml.0.7.0
biocaml.0.9.0
+1
packages/biocaml/biocaml.0.10.0/opam
···
build: ["dune" "build" "-p" name "-j" jobs]
depends: [
+
"ocaml" {< "5.0"}
"base64"
"dune"
"core_kernel" {>= "v0.12.0" & < "v0.13"}
+1
packages/biocaml/biocaml.0.11.0/opam
···
build: ["dune" "build" "-p" name "-j" jobs]
depends: [
+
"ocaml" {< "5.0"}
"base64"
"dune" {>= "1.0"}
"core_kernel" {>= "v0.14.0"}
+1
packages/biocaml/biocaml.0.11.1/opam
···
build: ["dune" "build" "-p" name "-j" jobs]
depends: [
+
"ocaml" {< "5.0"}
"base64"
"dune" {>= "1.0"}
"core_kernel" {>= "v0.14.0"}
+1
packages/biocaml/biocaml.0.11.2/opam
···
like added.
"""
depends: [
+
"ocaml" {< "5.0"}
"base64"
"dune" {>= "1.10"}
"core" {>= "v0.15.0"}
+1 -1
packages/biocaml/biocaml.0.2.0/opam
···
]
remove: [["ocamlfind" "remove" "biocaml"]]
depends: [
-
"ocaml"
+
"ocaml" {< "5.0"}
"ocamlfind"
"core" {<= "109.17.00"}
"sexplib" {< "v0.14"}
+1 -1
packages/biocaml/biocaml.0.3.0/opam
···
]
remove: [["ocamlfind" "remove" "biocaml"]]
depends: [
-
"ocaml"
+
"ocaml" {< "5.0"}
"ocamlfind"
"core" {>= "109.27.00" & <= "109.47.00"}
"sexplib" {< "v0.14"}
+1 -1
packages/biocaml/biocaml.0.3.1/opam
···
]
remove: [["ocamlfind" "remove" "biocaml"]]
depends: [
-
"ocaml"
+
"ocaml" {< "5.0"}
"ocamlfind"
"core" {>= "109.27.00" & <= "109.47.00"}
"sexplib" {< "v0.14"}
+1 -1
packages/biocaml/biocaml.0.4.0/opam
···
["omake" "install_doc" "DOCDIR=%{doc}%/biocaml"] {with-doc}
]
depends: [
-
"ocaml" {>= "4.01.0"}
+
"ocaml" {>= "4.01.0" & < "5.0"}
"ocamlfind" {build}
"omake" {build & < "0.10"}
"core" {>= "111.13.00" & <= "113.00.00"}
+1 -1
packages/biocaml/biocaml.0.6.0/opam
···
[make "%{name}%.install"]
]
depends: [
-
"ocaml" {>= "4.03.0"}
+
"ocaml" {>= "4.03.0" & < "5.0"}
"ocamlfind" {build}
"solvuu-build" {build & >= "0.2.0" & < "0.3.0"}
"core_kernel" {>= "111.13.00" & <= "113.33.03"}
+1 -1
packages/biocaml/biocaml.0.7.0/opam
···
["omake" "-j%{jobs}%" "doc"] {with-doc}
]
depends: [
-
"ocaml" {>= "4.03.0"}
+
"ocaml" {>= "4.03.0" & < "5.0"}
"ocamlfind" {build}
"solvuu-build" {build & >= "0.3.0"}
"core_kernel" {>= "111.13.00" & <= "113.33.03"}
+1 -1
packages/biocaml/biocaml.0.9.0/opam
···
build: ["dune" "build" "-p" name "-j" jobs]
depends: [
-
"ocaml"
+
"ocaml" {< "5.0"}
"base64" {< "3.0.0"}
"dune"
"core_kernel" {>= "v0.11.0" & < "v0.12"}