opam-version: "2.0"
synopsis: "Client library for sending email over SMTP"
description: "Simple to use SMTP client implementation for ocaml"
maintainer: ["Miko Nieminen <miko.nieminen@iki.fi>"]
authors: ["Miko Nieminen"]
license: "MIT"
homepage: "https://github.com/oxidizing/letters/"
doc: "https://oxidizing.github.io/letters/"
bug-reports: "https://github.com/oxidizing/letters/issues"
depends: [
  "ocaml" {>= "4.03.0"}
  "dune" {>= "2.3"}
  "mrmime" {= "0.3.0"}
  "colombe" {= "0.3.0"}
  "sendmail-lwt" {= "0.3.0"}
  "fmt" {>= "0.8.8"}
  "x509" {>= "0.9.0"}
  "ptime" {>= "0.8.5"}
  "lwt" {>= "5.2.0"}
  "fpath" {>= "0.7.0"}
  "alcotest" {>= "1.1.0" & with-test}
  "alcotest-lwt" {>= "1.1.0" & with-test}
  "yojson" {>= "1.7.0" & with-test}
  "odoc" {with-doc}
]
build: [
  ["dune" "subst"] {pinned}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@doc" {with-doc}
  ]
]
dev-repo: "git+https://github.com/oxidizing/letters.git"
url {
  src: "https://github.com/oxidizing/letters/archive/0.1.0.tar.gz"
  checksum: [
    "md5=37c789a5ff830b38b48a76b3bb416718"
    "sha512=192016aedd336844524c2f8964aac1cb909442fd79ce74561994941dfaa0efb1c0ad8b63c272a4846a8607678be08b1d6660288826272ce11f376c91cce51237"
  ]
}
