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 over LWT" description: """A library to be able to send an email with LWT and TLS.""" build: [ [ "dune" "build" "-p" name "-j" jobs ] [ "dune" "runtest" "-p" name "-j" jobs ] {with-test} ] depends: [ "ocaml" {>= "4.03.0"} "dune" {>= "2.0"} "sendmail" {= version} "domain-name" "lwt" "tls" {>= "0.13.0" & < "0.16.0"} "x509" {>= "0.12.0"} "alcotest" {with-test} ] url { src: "https://github.com/mirage/colombe/releases/download/v0.5.0/colombe-v0.5.0.tbz" checksum: [ "sha256=7f498367e75bdc4faaf44060a432f801299363159f3212082de57cb9ac46130a" "sha512=caebd96bfc4ec084d9d19ee025edb51f9b52a902205fe80fc2abbd6428b02cc07af769ce5a414e36cef169161320483536bc9984efe600bc6a8d1c6d07d5c6fd" ] } x-commit-hash: "008ede78afdb06dcdbab8c6951724cec24bda8cf"