this repo has no description

Add version constraint to http_async

Changed files
+4 -4
packages
http_async
http_async.0.0.4
http_async.0.1.0
http_async.0.1.1
http_async.0.2.0
+1 -1
packages/http_async/http_async.0.0.4/opam
···
depends: [
"dune" {>= "2.9"}
"ocaml" {>= "4.11.0"}
-
"shuttle" {>= "0.5.0"}
+
"shuttle" {>= "0.5.0" & < "0.9.0"}
"ppxlib" {>= "0.23.0"}
"odoc" {with-doc}
]
+1 -1
packages/http_async/http_async.0.1.0/opam
···
depends: [
"dune" {>= "2.9"}
"ocaml" {>= "4.11.0"}
-
"shuttle" {>= "0.6.0"}
+
"shuttle" {>= "0.6.0" & < "0.9.0"}
"ppxlib" {>= "0.23.0"}
"odoc" {with-doc}
]
+1 -1
packages/http_async/http_async.0.1.1/opam
···
depends: [
"dune" {>= "2.9"}
"ocaml" {>= "4.11.0"}
-
"shuttle" {>= "0.6.0"}
+
"shuttle" {>= "0.6.0" & < "0.9.0"}
"ppxlib" {>= "0.23.0"}
"odoc" {with-doc}
]
+1 -1
packages/http_async/http_async.0.2.0/opam
···
depends: [
"dune" {>= "2.9"}
"ocaml" {>= "4.11.0"}
-
"shuttle" {>= "0.6.0"}
+
"shuttle" {>= "0.6.0" & < "0.9.0"}
"ppxlib" {>= "0.23.0"}
"odoc" {with-doc}
]