this repo has no description

Remove upper bounds for Jane Street packages

Changed files
+9 -9
packages
bio_io
bio_io.0.7.0
+9 -9
packages/bio_io/bio_io.0.7.0/opam
···
bug-reports: "https://github.com/mooreryan/bio_io/issues"
depends: [
"dune" {>= "3.2"}
-
"base" {>= "v0.16" & < "v0.17"}
+
"base" {>= "v0.16"}
"ocaml" {>= "4.14"}
-
"ppx_compare" {>= "v0.16" & < "v0.17"}
-
"ppx_fields_conv" {>= "v0.16" & < "v0.17"}
-
"ppx_sexp_conv" {>= "v0.16" & < "v0.17"}
-
"stdio" {>= "v0.16" & < "v0.17"}
-
"ppx_assert" {>= "v0.16" & < "v0.17" & with-test}
-
"base_quickcheck" {>= "v0.16" & < "v0.17" & with-test}
-
"ppx_expect" {>= "v0.16" & < "v0.17" & with-test}
-
"ppx_inline_test" {>= "v0.16" & < "v0.17" & with-test}
+
"ppx_compare" {>= "v0.16"}
+
"ppx_fields_conv" {>= "v0.16"}
+
"ppx_sexp_conv" {>= "v0.16"}
+
"stdio" {>= "v0.16"}
+
"ppx_assert" {>= "v0.16" & with-test}
+
"base_quickcheck" {>= "v0.16" & with-test}
+
"ppx_expect" {>= "v0.16" & with-test}
+
"ppx_inline_test" {>= "v0.16" & with-test}
"re" {>= "1.10" & with-test}
"odoc" {with-doc}
]