18 buildDunePackage rec {
22 minimalOCamlVersion = "4.13";
25 url = "https://github.com/mirage/ocaml-dns/releases/download/v${version}/dns-${version}.tbz";
26 hash = "sha256-jz7JWs8U9XQhm1RAponq4azCpJyx2KBm+bI6esaPRPA=";
29 propagatedBuildInputs = [ fmt logs ptime domain-name gmap ipaddr lru duration metrics base64 ohex ];
32 checkInputs = [ alcotest ];
35 description = "Domain Name System (DNS) library";
36 homepage = "https://github.com/mirage/ocaml-dns";
37 license = lib.licenses.bsd2;
38 maintainers = [ lib.maintainers.vbgl ];