Skip to content

Commit ea2403d

Browse files
Add cstruct to dependencies in dune
1 parent 84fbaff commit ea2403d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cohttp-mirage/src/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
(preprocess
66
(pps ppx_sexp_conv))
77
(libraries conduit-mirage cohttp-lwt mirage-channel mirage-kv mirage-flow
8-
magic-mime astring))
8+
magic-mime astring cstruct))

examples/async/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(executables
22
(names hello_world receive_post s3_cp)
33
(libraries mirage-crypto cohttp-async base async_kernel
4-
core_unix.command_unix))
4+
core_unix.command_unix cstruct))
55

66
(alias
77
(name runtest)

0 commit comments

Comments
 (0)