ocamlPackages.tar-eio: init at 3.3.0
This commit is contained in:
parent
ec8b0eeac8
commit
ac08a247bc
26
pkgs/development/ocaml-modules/tar/eio.nix
Normal file
26
pkgs/development/ocaml-modules/tar/eio.nix
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
buildDunePackage,
|
||||
tar,
|
||||
eio,
|
||||
git,
|
||||
}:
|
||||
|
||||
buildDunePackage {
|
||||
pname = "tar-eio";
|
||||
inherit (tar) version src doCheck;
|
||||
|
||||
minimalOCamlVersion = "5.1";
|
||||
|
||||
propagatedBuildInputs = [
|
||||
tar
|
||||
eio
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
git
|
||||
];
|
||||
|
||||
meta = tar.meta // {
|
||||
description = "Decode and encode tar format files using Eio";
|
||||
};
|
||||
}
|
||||
@ -1968,6 +1968,10 @@ let
|
||||
inherit (pkgs) git;
|
||||
};
|
||||
|
||||
tar-eio = callPackage ../development/ocaml-modules/tar/eio.nix {
|
||||
inherit (pkgs) git;
|
||||
};
|
||||
|
||||
tcpip = callPackage ../development/ocaml-modules/tcpip { };
|
||||
|
||||
tcslib = callPackage ../development/ocaml-modules/tcslib { };
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user