10 buildDunePackage rec {
14 minimalOCamlVersion = "4.04";
17 url = "https://github.com/mirage/ocaml-ipaddr/releases/download/v${version}/ipaddr-${version}.tbz";
18 hash = "sha256-njBDP9tMpDemqo/7RHuspeunYV+4jnsM2KS0FsMggTM=";
25 doCheck = lib.versionAtLeast ocaml.version "4.08";
28 homepage = "https://github.com/mirage/ocaml-ipaddr";
29 description = "Library for manipulation of MAC address representations";
30 license = licenses.isc;
31 maintainers = [ maintainers.alexfmpe ];