opam-version: "2.0"
maintainer: "Nicolas Ojeda Bar <n.oje.bar@gmail.com>"
authors: "Nicolas Ojeda Bar <n.oje.bar@gmail.com>"
homepage: "https://www.github.com/nojb/ocaml-imap"
dev-repo: "git+https://www.github.com/nojb/ocaml-imap.git"
bug-reports: "https://www.github.com/nojb/ocaml-imap/issues"
license: "MIT"
build: [
  [make]
  [make "doc"] {with-doc}
]
depends: [
  "ocaml" {>= "4.01.0"}
  "uint"
  "base64" {>= "2.0.0" & < "3.0.0"}
  "uutf" {<= "0.9.4"}
  "ocamlbuild" {build}
]
synopsis: "Non-blocking client library for the IMAP4rev1 protocol"
description: """
ocaml-imap is a non-blocking codec to encode and decode the full IMAP4rev1
protocol, together with some extensions.  It can process input without blocking
on IO and is completely independent of any particular buffering and/or IO
strategy (concurrent, like Lwt or Async, sequential, etc.).

ocaml-imap is made of a single module Imap and distributed under the MIT
license. Its only dependencies are Uutf, Base64, and Uint."""
url {
  src: "https://github.com/nojb/ocaml-imap/archive/v1.1.0.tar.gz"
  checksum: "md5=1e33a51d1f7ffc6b51ad24d99cf07ebb"
}
