ocamlPackages.redis-lwt: init at 0.8
This commit is contained in:
parent
fd9a920f35
commit
17a6fa3837
19
pkgs/development/ocaml-modules/redis/lwt.nix
Normal file
19
pkgs/development/ocaml-modules/redis/lwt.nix
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
buildDunePackage,
|
||||
redis,
|
||||
lwt,
|
||||
}:
|
||||
|
||||
buildDunePackage {
|
||||
pname = "redis-lwt";
|
||||
inherit (redis) version src;
|
||||
|
||||
propagatedBuildInputs = [
|
||||
redis
|
||||
lwt
|
||||
];
|
||||
|
||||
meta = redis.meta // {
|
||||
description = "Redis client (Lwt interface)";
|
||||
};
|
||||
}
|
@ -1800,6 +1800,8 @@ let
|
||||
|
||||
redis = callPackage ../development/ocaml-modules/redis/default.nix { };
|
||||
|
||||
redis-lwt = callPackage ../development/ocaml-modules/redis/lwt.nix { };
|
||||
|
||||
reperf = callPackage ../development/ocaml-modules/reperf { };
|
||||
|
||||
repr = callPackage ../development/ocaml-modules/repr { };
|
||||
|
Loading…
x
Reference in New Issue
Block a user