this repo has no description

`ocaml-r` version bounds

Changed files
+8 -8
packages
ocaml-r
ocaml-r.0.1.0
ocaml-r.0.1.1
ocaml-r.0.2.0
ocaml-r.0.3.0
ocaml-r.0.3.1
ocaml-r.0.4.0
ocaml-r.0.5.0
ocaml-r.0.6.0
+1 -1
packages/ocaml-r/ocaml-r.0.1.0/opam
···
build: ["jbuilder" "build" "-p" name "-j" jobs]
depends: [
"ocaml"
-
"base" {build}
"configurator" {build}
"conf-r" {build}
"conf-r-mathlib" {build}
···
build: ["jbuilder" "build" "-p" name "-j" jobs]
depends: [
"ocaml"
+
"base" {build & < "v0.17"}
"configurator" {build}
"conf-r" {build}
"conf-r-mathlib" {build}
+1 -1
packages/ocaml-r/ocaml-r.0.1.1/opam
···
dev-repo: "git+https://github.com/pveber/ocaml-r.git"
depends: [
"ocaml"
-
"base" {build}
"configurator" {build}
"conf-r" {build}
"conf-r-mathlib" {build}
···
dev-repo: "git+https://github.com/pveber/ocaml-r.git"
depends: [
"ocaml"
+
"base" {build & < "v0.17"}
"configurator" {build}
"conf-r" {build}
"conf-r-mathlib" {build}
+1 -1
packages/ocaml-r/ocaml-r.0.2.0/opam
···
doc: "https://pveber.github.io/ocaml-r/api"
depends: [
"ocaml"
-
"base" {build}
"configurator" {build}
"conf-r" {build}
"conf-r-mathlib" {build}
···
doc: "https://pveber.github.io/ocaml-r/api"
depends: [
"ocaml"
+
"base" {build & < "v0.17"}
"configurator" {build}
"conf-r" {build}
"conf-r-mathlib" {build}
+1 -1
packages/ocaml-r/ocaml-r.0.3.0/opam
···
doc: "https://pveber.github.io/ocaml-r/api"
depends: [
"ocaml"
-
"base" {build}
"configurator" {build}
"conf-r" {build}
"conf-r-mathlib" {build}
···
doc: "https://pveber.github.io/ocaml-r/api"
depends: [
"ocaml"
+
"base" {build & < "v0.17"}
"configurator" {build}
"conf-r" {build}
"conf-r-mathlib" {build}
+1 -1
packages/ocaml-r/ocaml-r.0.3.1/opam
···
doc: "https://pveber.github.io/ocaml-r/api"
depends: [
"ocaml"
-
"base" {build & >= "v0.14"}
"conf-r" {build}
"conf-r-mathlib" {build}
"dune" {>= "1.5"}
···
doc: "https://pveber.github.io/ocaml-r/api"
depends: [
"ocaml"
+
"base" {build & >= "v0.14" & < "v0.17"}
"conf-r" {build}
"conf-r-mathlib" {build}
"dune" {>= "1.5"}
+1 -1
packages/ocaml-r/ocaml-r.0.4.0/opam
···
bug-reports: "https://github.com/pveber/ocaml-r/issues"
depends: [
"ocaml" {>= "4.08"}
-
"base" {build & >= "v0.14"}
"conf-r" {build}
"conf-r-mathlib" {build}
"dune" {>= "2.5"}
···
bug-reports: "https://github.com/pveber/ocaml-r/issues"
depends: [
"ocaml" {>= "4.08"}
+
"base" {build & >= "v0.14" & < "v0.17"}
"conf-r" {build}
"conf-r-mathlib" {build}
"dune" {>= "2.5"}
+1 -1
packages/ocaml-r/ocaml-r.0.5.0/opam
···
bug-reports: "https://github.com/pveber/ocaml-r/issues"
depends: [
"alcotest" {with-test}
-
"base" {build & >= "v0.14"}
"conf-r" {build}
"conf-r-mathlib" {build}
"dune" {>= "2.5"}
···
bug-reports: "https://github.com/pveber/ocaml-r/issues"
depends: [
"alcotest" {with-test}
+
"base" {build & >= "v0.14" & < "v0.17"}
"conf-r" {build}
"conf-r-mathlib" {build}
"dune" {>= "2.5"}
+1 -1
packages/ocaml-r/ocaml-r.0.6.0/opam
···
bug-reports: "https://github.com/pveber/ocaml-r/issues"
depends: [
"alcotest" {with-test}
-
"base" {build & >= "v0.14"}
"conf-r" {build}
"conf-r-mathlib" {build}
"dune" {>= "2.5"}
···
bug-reports: "https://github.com/pveber/ocaml-r/issues"
depends: [
"alcotest" {with-test}
+
"base" {build & >= "v0.14" & < "v0.17"}
"conf-r" {build}
"conf-r-mathlib" {build}
"dune" {>= "2.5"}