Commit 8c5b5260 authored by Volker Diels-Grabsch's avatar Volker Diels-Grabsch Committed by Vincent Laporte
Browse files

ocamlPackages.sendmail: init at 0.12.0

parent 92375e4b
Loading
Loading
Loading
Loading
+36 −0
Original line number Diff line number Diff line
{
  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";
  };
}
+2 −0
Original line number Diff line number Diff line
@@ -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 { };