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" {>= "1.8"} "colombe" {= version} "tls" {< "0.13.0"} "base64" {>= "3.0.0"} "logs" "emile" {>= "0.8" & with-test} "mrmime" {>= "0.3.2" & < "0.6.0" & with-test} "alcotest" {with-test} ] x-commit-hash: "83782537d0c0ca860c1062d7a5d601ac30e00d5f" url { src: "https://github.com/mirage/colombe/releases/download/v0.4.0/colombe-v0.4.0.tbz" checksum: [ "sha256=d80258b2c6fdd43ed082818f130168cd907826aa17ffcc85e636049afc88ad85" "sha512=d777785f2f33cb628482b679ae7a06939dd3ad7daee00e18129578964b0a1c8fc116eaf2926a0a841cc02f91698c8feaa3e7854143a57774d058f3445d5a2d73" ] }