this repo has no description

feather*: Add missing constraints (uses Base.String.chop_suffix_if_exists)

Kate 72be6d7e 67bb61d2

Changed files
+12 -12
packages
feather
feather.0.2.0
feather.0.3.0
feather_async
feather_async.0.2.0
feather_async.0.3.0
+4 -4
packages/feather/feather.0.2.0/opam
···
depends: [
"ocaml" {>= "4.08"}
"dune" {>= "2.7"}
-
"base"
-
"ppx_expect"
-
"stdio"
-
"spawn"
"odoc" {with-doc}
]
dev-repo: "git+https://github.com/charlesetc/feather.git"
···
depends: [
"ocaml" {>= "4.08"}
"dune" {>= "2.7"}
+
"base" {>= "v0.14.0"}
+
"ppx_expect" {>= "v0.14.0"}
+
"stdio" {>= "v0.14.0"}
+
"spawn" {>= "v0.14.0"}
"odoc" {with-doc}
]
dev-repo: "git+https://github.com/charlesetc/feather.git"
+4 -4
packages/feather/feather.0.3.0/opam
···
depends: [
"ocaml" {>= "4.08"}
"dune" {>= "2.7"}
-
"base"
-
"ppx_expect"
-
"stdio"
-
"spawn"
"odoc" {with-doc}
]
dev-repo: "git+https://github.com/charlesetc/feather.git"
···
depends: [
"ocaml" {>= "4.08"}
"dune" {>= "2.7"}
+
"base" {>= "v0.14.0"}
+
"ppx_expect" {>= "v0.14.0"}
+
"stdio" {>= "v0.14.0"}
+
"spawn" {>= "v0.14.0"}
"odoc" {with-doc}
]
dev-repo: "git+https://github.com/charlesetc/feather.git"
+1 -1
packages/feather_async/feather_async.0.2.0/opam
···
bug-reports: "https://github.com/charlesetc/feather_async"
depends: [
"ocaml" {>= "4.08"}
-
"feather" {= "0.2.0"}
"dune" {>= "2.7"}
"base" {>= "v0.14"}
"async" {>= "v0.14"}
···
bug-reports: "https://github.com/charlesetc/feather_async"
depends: [
"ocaml" {>= "4.08"}
+
"feather" {= version}
"dune" {>= "2.7"}
"base" {>= "v0.14"}
"async" {>= "v0.14"}
+3 -3
packages/feather_async/feather_async.0.3.0/opam
···
bug-reports: "https://github.com/charlesetc/feather/issues"
depends: [
"ocaml" {>= "4.08"}
-
"feather" {= "0.3.0"}
"dune" {>= "2.7"}
-
"base"
-
"async"
"odoc" {with-doc}
]
dev-repo: "git+https://github.com/charlesetc/feather.git"
···
bug-reports: "https://github.com/charlesetc/feather/issues"
depends: [
"ocaml" {>= "4.08"}
+
"feather" {= version}
"dune" {>= "2.7"}
+
"base" {>= "v0.14.0"}
+
"async" {>= "v0.14.0"}
"odoc" {with-doc}
]
dev-repo: "git+https://github.com/charlesetc/feather.git"