1 { lib, buildDunePackage, ocaml, fetchurl
10 url = "https://github.com/hannesm/domain-name/releases/download/v${version}/domain-name-${version}.tbz";
11 sha256 = "sha256-pcBuIoRYlSAZc+gS/jAZJ00duBwKeHPabIAHxK0hCMU=";
14 minimalOCamlVersion = "4.04";
17 checkInputs = [ alcotest ];
19 doCheck = lib.versionAtLeast ocaml.version "4.08";
22 homepage = "https://github.com/hannesm/domain-name";
23 description = "RFC 1035 Internet domain names";
24 license = lib.licenses.isc;
25 maintainers = [ lib.maintainers.vbgl ];