ocamlPackages.sendmail: init at 0.12.0
This commit is contained in:
parent
92375e4bc9
commit
8c5b5260ec
36
pkgs/development/ocaml-modules/colombe/sendmail.nix
Normal file
36
pkgs/development/ocaml-modules/colombe/sendmail.nix
Normal file
@ -0,0 +1,36 @@
|
||||
{
|
||||
alcotest,
|
||||
angstrom,
|
||||
base64,
|
||||
buildDunePackage,
|
||||
colombe,
|
||||
hxd,
|
||||
ke,
|
||||
lib,
|
||||
logs,
|
||||
mrmime,
|
||||
rresult,
|
||||
tls,
|
||||
}:
|
||||
|
||||
buildDunePackage {
|
||||
pname = "sendmail";
|
||||
inherit (colombe) version src;
|
||||
propagatedBuildInputs = [
|
||||
base64
|
||||
colombe
|
||||
logs
|
||||
rresult
|
||||
hxd
|
||||
ke
|
||||
tls
|
||||
];
|
||||
doCheck = true;
|
||||
checkInputs = [
|
||||
alcotest
|
||||
mrmime
|
||||
];
|
||||
meta = colombe.meta // {
|
||||
description = "Library to be able to send an email";
|
||||
};
|
||||
}
|
||||
@ -1895,6 +1895,8 @@ let
|
||||
|
||||
semver = callPackage ../development/ocaml-modules/semver { };
|
||||
|
||||
sendmail = callPackage ../development/ocaml-modules/colombe/sendmail.nix { };
|
||||
|
||||
seq = callPackage ../development/ocaml-modules/seq { };
|
||||
|
||||
seqes = callPackage ../development/ocaml-modules/seqes { };
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user