this repo has no description

`feather` version bounds

Changed files
+2 -2
packages
feather
feather.0.2.0
feather.0.3.0
+1 -1
packages/feather/feather.0.2.0/opam
···
depends: [
"ocaml" {>= "4.08"}
"dune" {>= "2.7"}
-
"base" {>= "v0.14.0"}
+
"base" {>= "v0.14.0" & < "v0.17"}
"ppx_expect" {>= "v0.14.0"}
"stdio" {>= "v0.14.0"}
"spawn" {>= "v0.13.0"}
+1 -1
packages/feather/feather.0.3.0/opam
···
depends: [
"ocaml" {>= "4.08"}
"dune" {>= "2.7"}
-
"base" {>= "v0.14.0"}
+
"base" {>= "v0.14.0" & < "v0.17"}
"ppx_expect" {>= "v0.14.0"}
"stdio" {>= "v0.14.0"}
"spawn" {>= "v0.13.0"}