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 84fbaff commit ea2403dCopy full SHA for ea2403d
cohttp-mirage/src/dune
@@ -5,4 +5,4 @@
5
(preprocess
6
(pps ppx_sexp_conv))
7
(libraries conduit-mirage cohttp-lwt mirage-channel mirage-kv mirage-flow
8
- magic-mime astring))
+ magic-mime astring cstruct))
examples/async/dune
@@ -1,7 +1,7 @@
1
(executables
2
(names hello_world receive_post s3_cp)
3
(libraries mirage-crypto cohttp-async base async_kernel
4
- core_unix.command_unix))
+ core_unix.command_unix cstruct))
(alias
(name runtest)
0 commit comments