ocamlPackages.cachet-lwt: init at 0.0.2
This commit is contained in:
21
pkgs/development/ocaml-modules/cachet/lwt.nix
Normal file
21
pkgs/development/ocaml-modules/cachet/lwt.nix
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
buildDunePackage,
|
||||
cachet,
|
||||
lwt,
|
||||
alcotest,
|
||||
}:
|
||||
|
||||
buildDunePackage {
|
||||
pname = "cachet-lwt";
|
||||
inherit (cachet) src version;
|
||||
propagatedBuildInputs = [
|
||||
cachet
|
||||
lwt
|
||||
];
|
||||
doCheck = true;
|
||||
checkInputs = [ alcotest ];
|
||||
|
||||
meta = cachet.meta // {
|
||||
description = "A simple cache system for mmap and lwt";
|
||||
};
|
||||
}
|
||||
@@ -163,6 +163,8 @@ let
|
||||
|
||||
cachet = callPackage ../development/ocaml-modules/cachet { };
|
||||
|
||||
cachet-lwt = callPackage ../development/ocaml-modules/cachet/lwt.nix { };
|
||||
|
||||
cairo2 = callPackage ../development/ocaml-modules/cairo2 { };
|
||||
|
||||
calendar = callPackage ../development/ocaml-modules/calendar { };
|
||||
|
||||
Reference in New Issue
Block a user