ocamlPackages.ppx_deriving_rpc: init at 5.9.0
This commit is contained in:
committed by
Vincent Laporte
parent
d69bc56e69
commit
0cf81af50c
@@ -0,0 +1,18 @@
|
||||
{ lib, buildDunePackage, rpclib, ppxfind, ppx_deriving, cppo }:
|
||||
|
||||
buildDunePackage rec {
|
||||
pname = "ppx_deriving_rpc";
|
||||
|
||||
inherit (rpclib) version src;
|
||||
|
||||
buildInputs = [ ppxfind cppo ];
|
||||
|
||||
propagatedBuildInputs = [ rpclib ppx_deriving ];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/mirage/ocaml-rpc";
|
||||
description = "Ppx deriver for ocaml-rpc";
|
||||
license = licenses.isc;
|
||||
maintainers = [ maintainers.vyorkin ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user