opam-version: "2.0"
maintainer: "Gregory Tsipenyuk <gregtsip@gmail.com>"
authors: "Gregory Tsipenyuk <gregtsip@gmail.com>"
license: "MIT"
build: [
  ["./configure" "--prefix=%{prefix}%" "--override=ocamlbuildflags" "-I storage"]
  [make]
]
install: [make "install"]
remove: [make "uninstall"]
depends: [
  "ocaml" {>= "4.01.0"}
  "ocamlfind" {build}
  "lwt"
  "mirage" {< "3.0.0"}
  "cohttp" {>= "0.15.1"}
  "git" {>= "1.4.10"}
  "irmin" {>= "0.9.3" & < "2.0.0"}
  "re2" {< "v0.15"}
  "tls" {>= "0.3.0"}
  "x509" {< "0.3.0"}
  "menhir"
  "ocamlbuild" {build}
]
dev-repo: "git://github.com/gregtatcam/imaplet-lwt"
synopsis: "IMAP server prototype, supports IMAPv4rev1"
url {
  src: "https://github.com/gregtatcam/imaplet-lwt/archive/v0.1.8.tar.gz"
  checksum: "md5=7848fdd91fbb87d9d3b4dc19bca7cd71"
}
