This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
13
unikernel/duniverse/ocaml-dns/unix/client/dune
Normal file
13
unikernel/duniverse/ocaml-dns/unix/client/dune
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
(library
|
||||
(name dns_client_unix)
|
||||
(modules dns_client_unix)
|
||||
(public_name dns-client.unix)
|
||||
(libraries domain-name ipaddr ipaddr.unix dns-client dns-client.resolvconf unix mtime.clock.os mirage-crypto-rng.unix)
|
||||
(wrapped false))
|
||||
|
||||
(executable
|
||||
(name ohost)
|
||||
(modules ohost)
|
||||
(package dns-client)
|
||||
(public_name dns-client.unix)
|
||||
(libraries fmt dns-client.unix mtime.clock.os))
|
||||
Loading…
Add table
Add a link
Reference in a new issue