10 pname = "domain-name";
14 url = "https://github.com/hannesm/domain-name/releases/download/v${version}/domain-name-${version}.tbz";
15 sha256 = "sha256-pcBuIoRYlSAZc+gS/jAZJ00duBwKeHPabIAHxK0hCMU=";
18 minimalOCamlVersion = "4.04";
21 checkInputs = [ alcotest ];
23 doCheck = lib.versionAtLeast ocaml.version "4.08";
26 homepage = "https://github.com/hannesm/domain-name";
27 description = "RFC 1035 Internet domain names";
28 license = lib.licenses.isc;
29 maintainers = [ lib.maintainers.vbgl ];