1 { lib, buildDunePackage
6 pname = "ipaddr-cstruct";
8 inherit (ipaddr) version src;
12 propagatedBuildInputs = [ ipaddr cstruct ];
16 meta = ipaddr.meta // {
17 description = "A library for manipulation of IP address representations using Cstructs";