opam-version: "2.0"
synopsis: "Client library for sending emails 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.08.1"}
  "dune" {>= "2.3"}
  "mrmime" {>= "0.3.1"}
  "colombe" {>= "0.4.0"}
  "sendmail" {>= "0.4.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}
  "ocamlformat" {dev}
]
build: [
  ["dune" "subst"] {pinned}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]
dev-repo: "git+https://github.com/oxidizing/letters.git"
x-commit-hash: "707eb6ba3ba4492d0edc16058f8b5266086eb5b9"
url {
  src:
    "https://github.com/oxidizing/letters/releases/download/0.2.1/letters-0.2.1.tbz"
  checksum: [
    "sha256=ed825c2da0d127c5edb64179e5858f2535b50e20d99c516b3d044e600676cbd5"
    "sha512=16fd185ba0e06d8200e3fbdc7abae2a76b96e9d97b0750904f7200b3963dc9b45838576984bc74dfdc56189667c2c7eb70e9ca0343eeef9f8792d64a484a16de"
  ]
}
