opam-version: "2.0"
maintainer: "Gregory Tsipenyuk <gregtsip@gmail.com>"
authors: "Gregory Tsipenyuk <gregtsip@gmail.com>"
homepage: "https://github.com/gregtatcam/imaplet-lwt"
bug-reports: "https://github.com/gregtatcam/imaplet-lwt/issues"
dev-repo: "git+https://github.com/gregtatcam/imaplet-lwt.git"
license: "MIT"

build: [
  ["./configure" "--prefix=%{prefix}%"]
  [make]
]
install: [make "install"]
remove: [
  ["ocamlfind" "remove" "imaplet"]
  ["rm" "-f" "%{bin}%/imaplet*"]
]
depends: [
  "ocaml" {>= "4.01.0"}
  "ocamlfind" {build}
  "lwt"
  "cohttp" {>= "0.16.1"}
  "git" {>= "1.4.11"}
  "irmin" {>= "0.9.4" & < "0.10.0"}
  "re"
  "tls" {= "0.4.0"}
  "dns" {>= "0.15.0" & < "2.0.0"}
  "menhir"
  "ocamlbuild" {build}
]
synopsis: "IMAP server prototype, supports IMAPv4rev1"
flags: light-uninstall
url {
  src: "https://github.com/gregtatcam/imaplet-lwt/archive/v0.1.13.tar.gz"
  checksum: "md5=29031d06f4e791a7fe6f8c0b30c8ff4f"
}
