1 { lib, buildDunePackage, ppx_deriving, ppxlib, repr, alcotest, hex }:
6 inherit (repr) src version strictDeps;
8 propagatedBuildInputs = [
14 doCheck = false; # tests fail with ppxlib >= 0.23.0
21 description = "PPX deriver for type representations";