ocamlPackages.ppx_deriving_rpc: init at 5.9.0
This commit is contained in:
parent
d69bc56e69
commit
0cf81af50c
18
pkgs/development/ocaml-modules/ppx_deriving_rpc/default.nix
Normal file
18
pkgs/development/ocaml-modules/ppx_deriving_rpc/default.nix
Normal file
@ -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 ];
|
||||||
|
};
|
||||||
|
}
|
@ -698,6 +698,8 @@ let
|
|||||||
|
|
||||||
ppx_deriving_protobuf = callPackage ../development/ocaml-modules/ppx_deriving_protobuf {};
|
ppx_deriving_protobuf = callPackage ../development/ocaml-modules/ppx_deriving_protobuf {};
|
||||||
|
|
||||||
|
ppx_deriving_rpc = callPackage ../development/ocaml-modules/ppx_deriving_rpc {};
|
||||||
|
|
||||||
ppx_deriving_yojson = callPackage ../development/ocaml-modules/ppx_deriving_yojson {};
|
ppx_deriving_yojson = callPackage ../development/ocaml-modules/ppx_deriving_yojson {};
|
||||||
|
|
||||||
ppx_gen_rec = callPackage ../development/ocaml-modules/ppx_gen_rec {};
|
ppx_gen_rec = callPackage ../development/ocaml-modules/ppx_gen_rec {};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user