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";
16 checkInputs = [ alcotest ];
18 doCheck = lib.versionAtLeast ocaml.version "4.08";
21 homepage = "https://github.com/hannesm/domain-name";
22 description = "RFC 1035 Internet domain names";
23 license = lib.licenses.isc;
24 maintainers = [ lib.maintainers.vbgl ];