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 38d24df commit 170599aCopy full SHA for 170599a
src/dns/dune
@@ -1,4 +1,4 @@
1
(library
2
(name dns)
3
- (libraries re re.str ipaddr uri uri.services base64 cstruct result)
+ (libraries re re.str ipaddr uri uri.services base64 cstruct)
4
(preprocess (pps ppx_cstruct)))
src/dns_forward/dune
@@ -1,7 +1,7 @@
(name dns_forward)
- (libraries lwt logs dns astring result cstruct fmt ipaddr
- mirage-flow mirage-flow-combinators mirage-sleep mirage-channel mirage-clock
+ (libraries lwt logs dns astring cstruct fmt ipaddr
+ mirage-flow mirage-flow-combinators mirage-sleep mirage-channel
5
sexplib duration)
6
(preprocess
7
(pps ppx_sexp_conv)))
0 commit comments