ocamlPackages.rpclib-lwt: init at 8.0.0
This commit is contained in:
parent
d6dfd173f9
commit
8256fc2da5
18
pkgs/development/ocaml-modules/rpclib/lwt.nix
Normal file
18
pkgs/development/ocaml-modules/rpclib/lwt.nix
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
{ lib, buildDunePackage, rpclib
|
||||||
|
, lwt
|
||||||
|
, alcotest-lwt, ppx_deriving_rpc, yojson
|
||||||
|
}:
|
||||||
|
|
||||||
|
buildDunePackage {
|
||||||
|
pname = "rpclib-lwt";
|
||||||
|
inherit (rpclib) version useDune2 src;
|
||||||
|
|
||||||
|
propagatedBuildInputs = [ lwt rpclib ];
|
||||||
|
|
||||||
|
checkInputs = [ alcotest-lwt ppx_deriving_rpc yojson ];
|
||||||
|
doCheck = true;
|
||||||
|
|
||||||
|
meta = rpclib.meta // {
|
||||||
|
description = "A library to deal with RPCs in OCaml - Lwt interface";
|
||||||
|
};
|
||||||
|
}
|
@ -936,6 +936,8 @@ let
|
|||||||
|
|
||||||
rpclib = callPackage ../development/ocaml-modules/rpclib { };
|
rpclib = callPackage ../development/ocaml-modules/rpclib { };
|
||||||
|
|
||||||
|
rpclib-lwt = callPackage ../development/ocaml-modules/rpclib/lwt.nix { };
|
||||||
|
|
||||||
rresult = callPackage ../development/ocaml-modules/rresult { };
|
rresult = callPackage ../development/ocaml-modules/rresult { };
|
||||||
|
|
||||||
safepass = callPackage ../development/ocaml-modules/safepass { };
|
safepass = callPackage ../development/ocaml-modules/safepass { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user