ocamlPackages.irmin-http: init at 2.0.0
This commit is contained in:
parent
45d3c40cc4
commit
191f1c9a49
23
pkgs/development/ocaml-modules/irmin/http.nix
Normal file
23
pkgs/development/ocaml-modules/irmin/http.nix
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{ lib, buildDunePackage, cohttp-lwt, irmin, webmachine
|
||||||
|
, checkseum, git-unix, irmin-git, irmin-mem, irmin-test
|
||||||
|
}:
|
||||||
|
|
||||||
|
buildDunePackage rec {
|
||||||
|
|
||||||
|
pname = "irmin-http";
|
||||||
|
|
||||||
|
inherit (irmin) version src;
|
||||||
|
|
||||||
|
propagatedBuildInputs = [ cohttp-lwt irmin webmachine ];
|
||||||
|
|
||||||
|
checkInputs = lib.optionals doCheck [ checkseum git-unix irmin-git irmin-mem irmin-test ];
|
||||||
|
|
||||||
|
doCheck = true;
|
||||||
|
|
||||||
|
meta = irmin.meta // {
|
||||||
|
description = "HTTP client and server for Irmin";
|
||||||
|
};
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
@ -374,6 +374,8 @@ let
|
|||||||
|
|
||||||
irmin-git = callPackage ../development/ocaml-modules/irmin/git.nix { };
|
irmin-git = callPackage ../development/ocaml-modules/irmin/git.nix { };
|
||||||
|
|
||||||
|
irmin-http = callPackage ../development/ocaml-modules/irmin/http.nix { };
|
||||||
|
|
||||||
irmin-mem = callPackage ../development/ocaml-modules/irmin/mem.nix { };
|
irmin-mem = callPackage ../development/ocaml-modules/irmin/mem.nix { };
|
||||||
|
|
||||||
irmin-test = callPackage ../development/ocaml-modules/irmin/test.nix { };
|
irmin-test = callPackage ../development/ocaml-modules/irmin/test.nix { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user