mte/unikernel/duniverse/ocaml-dns/resolvconf/dune

10 lines
241 B
Text
Raw Normal View History

2025-11-11 02:07:51 +01:00
(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)