1 { lib, buildDunePackage
2 , ipaddr, ipaddr-cstruct, ounit2, ppx_sexp_conv
8 inherit (ipaddr) version src;
12 propagatedBuildInputs = [ ipaddr ];
14 checkInputs = [ ipaddr-cstruct ounit2 ppx_sexp_conv ];
17 meta = ipaddr.meta // {
18 description = "A library for manipulation of IP address representations usnig sexp";