mte/unikernel/duniverse/ocaml-dns/resolvconf/dune
2025-11-11 02:07:51 +01:00

9 lines
241 B
Text

(library
(name dns_resolvconv)
(public_name dns-client.resolvconf)
(private_modules resolvconf_lexer resolvconf_parser resolvconf_state)
(libraries ipaddr fmt)
(wrapped false))
(ocamlyacc resolvconf_parser)
(ocamllex resolvconf_lexer)