Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
ocamlPackages.ppx_deriving_rpc: init at 5.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vyorkin authored and vbgl committed Sep 20, 2019
1 parent d69bc56 commit 0cf81af
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
18 changes: 18 additions & 0 deletions pkgs/development/ocaml-modules/ppx_deriving_rpc/default.nix
@@ -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 ];
};
}
2 changes: 2 additions & 0 deletions pkgs/top-level/ocaml-packages.nix
Expand Up @@ -698,6 +698,8 @@ let

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_gen_rec = callPackage ../development/ocaml-modules/ppx_gen_rec {};
Expand Down

0 comments on commit 0cf81af

Please sign in to comment.