(lang dune 3.0) (name jmap) (generate_opam_files true) (source (github avsm/ocaml-jmap)) (authors "Anil Madhavapeddy ") (maintainers "Anil Madhavapeddy ") (license ISC) (documentation https://avsm.github.io/ocaml-jmap) (package (name jmap) (synopsis "JMAP protocol implementation for OCaml") (description "A complete implementation of the JSON Meta Application Protocol (JMAP) as specified in RFC 8620 (core) and RFC 8621 (mail).") (depends (ocaml (>= 4.14.0)) (jsont (>= 0.2.0)) (ptime (>= 1.0.0)))) (package (name jmap-eio) (synopsis "JMAP client for Eio") (description "High-level JMAP client using Eio for async I/O and the Requests HTTP library.") (depends (ocaml (>= 4.14.0)) (jmap (= :version)) (jsont (>= 0.2.0)) eio requests))