1 { lib, buildDunePackage, ocaml, alcotest, cstruct, sexplib }:
3 if lib.versionOlder (cstruct.version or "1") "3"
8 pname = "cstruct-sexp";
9 inherit (cstruct) version src meta;
11 minimalOCamlVersion = "4.08";
15 checkInputs = [ alcotest ];
17 propagatedBuildInputs = [ cstruct sexplib ];