this repo has no description
0
fork

Configure Feed

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

Merge pull request #22949 from emillon/ocaml5-owl-base

ocaml 5: restrict owl-base releases

authored by

Kate and committed by
GitHub
3cfaa6fe de651795

+3 -3
+1 -1
packages/owl-base/owl-base.0.4.0/opam
··· 13 13 ] 14 14 15 15 depends: [ 16 - "ocaml" {>= "4.06.0"} 16 + "ocaml" {>= "4.06.0" & < "5.0.0"} 17 17 "alcotest" {with-test} 18 18 "base-bigarray" 19 19 "dune"
+1 -1
packages/owl-base/owl-base.0.5.0/opam
··· 14 14 ] 15 15 16 16 depends: [ 17 - "ocaml" {>= "4.06.0"} 17 + "ocaml" {>= "4.06.0" & < "5.0.0"} 18 18 "base-bigarray" 19 19 "dune" 20 20 "dune-configurator"
+1 -1
packages/owl-base/owl-base.0.6.0/opam
··· 14 14 ] 15 15 16 16 depends: [ 17 - "ocaml" {>= "4.06.0"} 17 + "ocaml" {>= "4.06.0" & < "5.0.0"} 18 18 "base-bigarray" 19 19 "dune" {>= "1.7"} 20 20 "dune-configurator"