1 { lib, fetchurl, buildDunePackage, ocaml
2 , ppx_sexp_conv, ounit2
9 minimalOCamlVersion = "4.04";
12 url = "https://github.com/mirage/ocaml-ipaddr/releases/download/v${version}/ipaddr-${version}.tbz";
13 hash = "sha256-YokLMW4DV5KtKa8a2XFFbRDe/VJbdLU9sbZ/pCN1wXg=";
16 checkInputs = [ ppx_sexp_conv ounit2 ];
17 doCheck = lib.versionAtLeast ocaml.version "4.08";
20 homepage = "https://github.com/mirage/ocaml-ipaddr";
21 description = "A library for manipulation of MAC address representations";
22 license = licenses.isc;
23 maintainers = [ maintainers.alexfmpe ];