We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdbd7e3 commit b300c71Copy full SHA for b300c71
cohttp-eio.opam
@@ -27,6 +27,7 @@ depends: [
27
"cstruct"
28
"bigstringaf"
29
"fmt"
30
+ "uri"
31
"eio_main" {with-test}
32
"http" {= version}
33
"odoc" {with-doc}
dune-project
@@ -345,6 +345,7 @@ should also be fine under Windows too.
345
cstruct
346
bigstringaf
347
fmt
348
+ uri
349
(eio_main :with-test)
350
(http
351
(= :version))))
0 commit comments