ocamlPackages.irmin-unix: init at 2.0.0
This commit is contained in:
@@ -0,0 +1,26 @@
|
|||||||
|
{ lib, buildDunePackage
|
||||||
|
, checkseum, cmdliner, git-unix, yaml
|
||||||
|
, irmin, irmin-fs, irmin-git, irmin-graphql, irmin-http, irmin-mem, irmin-pack, irmin-watcher
|
||||||
|
, irmin-test
|
||||||
|
}:
|
||||||
|
|
||||||
|
buildDunePackage rec {
|
||||||
|
|
||||||
|
pname = "irmin-unix";
|
||||||
|
|
||||||
|
inherit (irmin) version src;
|
||||||
|
|
||||||
|
propagatedBuildInputs = [ checkseum cmdliner git-unix yaml
|
||||||
|
irmin irmin-fs irmin-git irmin-graphql irmin-http irmin-mem irmin-pack irmin-watcher
|
||||||
|
];
|
||||||
|
|
||||||
|
checkInputs = lib.optional doCheck irmin-test;
|
||||||
|
|
||||||
|
doCheck = true;
|
||||||
|
|
||||||
|
meta = irmin.meta // {
|
||||||
|
description = "Unix backends for Irmin";
|
||||||
|
};
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
@@ -386,6 +386,8 @@ let
|
|||||||
|
|
||||||
irmin-test = callPackage ../development/ocaml-modules/irmin/test.nix { };
|
irmin-test = callPackage ../development/ocaml-modules/irmin/test.nix { };
|
||||||
|
|
||||||
|
irmin-unix = callPackage ../development/ocaml-modules/irmin/unix.nix { };
|
||||||
|
|
||||||
irmin-watcher = callPackage ../development/ocaml-modules/irmin-watcher { };
|
irmin-watcher = callPackage ../development/ocaml-modules/irmin-watcher { };
|
||||||
|
|
||||||
jingoo = callPackage ../development/ocaml-modules/jingoo {
|
jingoo = callPackage ../development/ocaml-modules/jingoo {
|
||||||
|
|||||||
Reference in New Issue
Block a user