18 buildDunePackage rec {
22 minimalOCamlVersion = "4.08";
26 url = "https://github.com/mirage/ocaml-dns/releases/download/v${version}/dns-${version}.tbz";
27 hash = "sha256-vDe1U1NbbIPcD1AmMG265ke7651C64mds7KcFHUN4fU=";
30 propagatedBuildInputs = [ fmt logs ptime domain-name gmap cstruct ipaddr lru duration metrics base64 ];
33 checkInputs = [ alcotest ];
36 description = "An Domain Name System (DNS) library";
37 homepage = "https://github.com/mirage/ocaml-dns";
38 license = lib.licenses.bsd2;
39 maintainers = [ lib.maintainers.vbgl ];