this repo has no description
1opam-version: "2.0" 2license: "MIT" 3authors: [ "Charles-Edouard Lecat" "Romain Calascibetta <romain.calascibetta@gmail.com>" ] 4maintainer: [ "Charles-Edouard Lecat" "Romain Calascibetta <romain.calascibetta@gmail.com>" ] 5homepage: "https://github.com/mirage/colombe" 6bug-reports: "https://github.com/mirage/colombe/issues" 7dev-repo: "git+https://github.com/mirage/colombe.git" 8doc: "https://mirage.github.io/colombe/" 9synopsis: "Implementation of the sendmail command over LWT" 10description: """A library to be able to send an email with LWT and TLS.""" 11 12build: [ 13 [ "dune" "build" "-p" name "-j" jobs ] 14 [ "dune" "runtest" "-p" name "-j" jobs ] {with-test} 15] 16 17depends: [ 18 "ocaml" {>= "4.03.0"} 19 "dune" {>= "1.8"} 20 "sendmail" {= version} 21 "domain-name" 22 "lwt" 23 "tls" {< "0.16.0"} 24 "x509" {>= "0.7.0"} 25 "alcotest" {with-test} 26] 27url { 28 src: 29 "https://github.com/mirage/colombe/releases/download/v0.3.0/colombe-v0.3.0.tbz" 30 checksum: [ 31 "sha256=e191073dd4d984cd63e5a78debbc481e4fa1c5a543c756fedef9f82c40962c73" 32 "sha512=6c7279d2df763ec43f09a083feaf8285d4c90df22e9749dc404f8e96d34c5ec7f047b8c54f46c8e9e1d70fda603ab5c3ba3da99333d21c95e16ca9442fd1d573" 33 ] 34}