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