this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

`ocaml-r` version bounds

authored by

Diana Kalinichenko and committed by
Marcello Seri
8f9c09d6 f7d0d5ee

+8 -8
+1 -1
packages/ocaml-r/ocaml-r.0.1.0/opam
··· 8 8 build: ["jbuilder" "build" "-p" name "-j" jobs] 9 9 depends: [ 10 10 "ocaml" 11 - "base" {build} 11 + "base" {build & < "v0.17"} 12 12 "configurator" {build} 13 13 "conf-r" {build} 14 14 "conf-r-mathlib" {build}
+1 -1
packages/ocaml-r/ocaml-r.0.1.1/opam
··· 17 17 dev-repo: "git+https://github.com/pveber/ocaml-r.git" 18 18 depends: [ 19 19 "ocaml" 20 - "base" {build} 20 + "base" {build & < "v0.17"} 21 21 "configurator" {build} 22 22 "conf-r" {build} 23 23 "conf-r-mathlib" {build}
+1 -1
packages/ocaml-r/ocaml-r.0.2.0/opam
··· 18 18 doc: "https://pveber.github.io/ocaml-r/api" 19 19 depends: [ 20 20 "ocaml" 21 - "base" {build} 21 + "base" {build & < "v0.17"} 22 22 "configurator" {build} 23 23 "conf-r" {build} 24 24 "conf-r-mathlib" {build}
+1 -1
packages/ocaml-r/ocaml-r.0.3.0/opam
··· 18 18 doc: "https://pveber.github.io/ocaml-r/api" 19 19 depends: [ 20 20 "ocaml" 21 - "base" {build} 21 + "base" {build & < "v0.17"} 22 22 "configurator" {build} 23 23 "conf-r" {build} 24 24 "conf-r-mathlib" {build}
+1 -1
packages/ocaml-r/ocaml-r.0.3.1/opam
··· 18 18 doc: "https://pveber.github.io/ocaml-r/api" 19 19 depends: [ 20 20 "ocaml" 21 - "base" {build & >= "v0.14"} 21 + "base" {build & >= "v0.14" & < "v0.17"} 22 22 "conf-r" {build} 23 23 "conf-r-mathlib" {build} 24 24 "dune" {>= "1.5"}
+1 -1
packages/ocaml-r/ocaml-r.0.4.0/opam
··· 15 15 bug-reports: "https://github.com/pveber/ocaml-r/issues" 16 16 depends: [ 17 17 "ocaml" {>= "4.08"} 18 - "base" {build & >= "v0.14"} 18 + "base" {build & >= "v0.14" & < "v0.17"} 19 19 "conf-r" {build} 20 20 "conf-r-mathlib" {build} 21 21 "dune" {>= "2.5"}
+1 -1
packages/ocaml-r/ocaml-r.0.5.0/opam
··· 15 15 bug-reports: "https://github.com/pveber/ocaml-r/issues" 16 16 depends: [ 17 17 "alcotest" {with-test} 18 - "base" {build & >= "v0.14"} 18 + "base" {build & >= "v0.14" & < "v0.17"} 19 19 "conf-r" {build} 20 20 "conf-r-mathlib" {build} 21 21 "dune" {>= "2.5"}
+1 -1
packages/ocaml-r/ocaml-r.0.6.0/opam
··· 15 15 bug-reports: "https://github.com/pveber/ocaml-r/issues" 16 16 depends: [ 17 17 "alcotest" {with-test} 18 - "base" {build & >= "v0.14"} 18 + "base" {build & >= "v0.14" & < "v0.17"} 19 19 "conf-r" {build} 20 20 "conf-r-mathlib" {build} 21 21 "dune" {>= "2.5"}