1 { lib, buildDunePackage
2 , ipaddr, ipaddr-cstruct, ounit, ppx_sexp_conv
8 inherit (ipaddr) version src useDune2 minimumOCamlVersion;
10 propagatedBuildInputs = [ ipaddr ];
12 checkInputs = [ ipaddr-cstruct ounit ppx_sexp_conv ];
15 meta = ipaddr.meta // {
16 description = "A library for manipulation of IP address representations usnig sexp";