opam-version: "2.0" license: "MIT" authors: [ "Charles-Edouard Lecat" "Romain Calascibetta " ] maintainer: [ "Charles-Edouard Lecat" "Romain Calascibetta " ] homepage: "https://github.com/mirage/colombe" bug-reports: "https://github.com/mirage/colombe/issues" dev-repo: "git+https://github.com/mirage/colombe.git" doc: "https://mirage.github.io/colombe/" synopsis: "Implementation of the sendmail command" description: """A library to be able to send an email.""" build: [ [ "dune" "build" "-p" name "-j" jobs ] [ "dune" "runtest" "-p" name "-j" jobs ] {with-test} ] depends: [ "ocaml" {>= "4.03.0"} "dune" {>= "2.0"} "colombe" {= version} "tls" {>= "0.13.0" & < "0.17.4"} "base64" {>= "3.0.0"} "ke" {>= "0.4"} "logs" "rresult" "emile" {>= "0.8" & with-test} "mrmime" {>= "0.3.2" & with-test} "cstruct" {>= "6.0.0"} "bigstringaf" {>= "0.2.0"} "alcotest" {with-test} ] x-commit-hash: "7ad4a6b62be0dd325191effa3f34c14354f2a5b7" url { src: "https://github.com/mirage/colombe/releases/download/v0.6.0/colombe-v0.6.0.tbz" checksum: [ "sha256=914e25db190507f800fd17e34b5c73e34b581a151b7d0df9fc13f0577796cd88" "sha512=e203add8b22a91f8bb5a967c3fe6e88ec27d124d3c36aef6751ba2ec2dcee3f5036469a866febaa944410e41dd48c899ac460cdba014568d8bd55ba2d41fecef" ] }