opam-version: "2.0"
maintainer: "dominic.price@nottingham.ac.uk"
homepage: "https://github.com/CREATe-centre/receive-mail"
bug-reports: "https://github.com/CREATe-centre/receive-mail/issues"
authors: [ "Dominic Price" ]
license: "GPL-3.0-only"
build: [
  ["oasis" "setup"]
  ["./configure" "--prefix" prefix]
  [make "build"]
]
remove: [
  [make "uninstall"]
  ["ocamlfind" "remove" "smtpd"]
]
depends: [
  "ocaml" {>= "4.01.0"}
  "bolt"
  "core" {< "113.24.00"}
  "lwt" {< "3.0.0"}
  "oasis"
  "ocamlnet"
  "re"
  "ocamlbuild" {build}
]
dev-repo: "git+https://github.com/CREATe-centre/receive-mail.git"
install: [make "install"]
synopsis: "A simple SMTP server for OCaml"
description: """
A lightweight SMTP server component for OCaml intended for developers
who need to accept emails received via SMTP into their applications.
Accepts all emails sent to it."""
url {
  src: "https://github.com/dominicjprice/receive-mail/archive/v0.1.2.tar.gz"
  checksum: "md5=da3555a2bee56214f1b275a1b6fee3e4"
}
