ocamlPackages.{repr,ppx_repr}: init at 0.2.1
This commit is contained in:
committed by
Vincent Laporte
parent
7fee56ec59
commit
a7a61998e9
@@ -0,0 +1,23 @@
|
||||
{ buildDunePackage, repr, ppxlib, ppx_deriving, alcotest, hex }:
|
||||
|
||||
buildDunePackage {
|
||||
pname = "ppx_repr";
|
||||
|
||||
inherit (repr) src version useDune2;
|
||||
|
||||
propagatedBuildInputs = [
|
||||
repr
|
||||
ppxlib
|
||||
ppx_deriving
|
||||
];
|
||||
|
||||
doCheck = true;
|
||||
checkInputs = [
|
||||
alcotest
|
||||
hex
|
||||
];
|
||||
|
||||
meta = repr.meta // {
|
||||
description = "PPX deriver for type representations";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user