this repo has no description

streamable.v0.16.0 is not compatible with OCaml >= 5.1 (Stdlib.Type is shadowing one of the modules used)

Kate 26e2d955 972b5a39

Changed files
+1 -1
packages
streamable
streamable.v0.16.0
+1 -1
packages/streamable/streamable.v0.16.0/opam
···
["dune" "build" "-p" name "-j" jobs]
]
depends: [
-
"ocaml" {>= "4.14.0"}
"async_kernel" {>= "v0.16" & < "v0.17"}
"async_rpc_kernel" {>= "v0.16" & < "v0.17"}
"base" {>= "v0.16" & < "v0.17"}
···
["dune" "build" "-p" name "-j" jobs]
]
depends: [
+
"ocaml" {>= "4.14.0" & < "5.1"}
"async_kernel" {>= "v0.16" & < "v0.17"}
"async_rpc_kernel" {>= "v0.16" & < "v0.17"}
"base" {>= "v0.16" & < "v0.17"}