22 lines
459 B
Plaintext
22 lines
459 B
Plaintext
(library
|
|
(name happy)
|
|
(public_name happy)
|
|
(modules happy)
|
|
(libraries miou.unix mtime.clock.os ipaddr.unix cstruct dns dns-client
|
|
happy-eyeballs mirage-crypto-rng hxd.string hxd.core)
|
|
(foreign_stubs
|
|
(language c)
|
|
(names happy)
|
|
(flags (:standard))))
|
|
|
|
(library
|
|
(name dns_miou)
|
|
(modules dns_miou)
|
|
(libraries happy))
|
|
|
|
(executable
|
|
(name main)
|
|
(modules main)
|
|
(libraries mirage-crypto-rng.unix logs.fmt logs.threaded fmt.tty duration
|
|
dns_miou))
|