(lang dune 3.21) (using mdx 0.4) (name jmap) (generate_opam_files true) (license ISC) (authors "Anil Madhavapeddy ") (maintainers "Anil Madhavapeddy ") (source (tangled anil.recoil.org/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). Includes subpackages for Eio (jmap.eio) and browser (jmap.brr) clients.") (depends (ocaml (>= 5.4.0)) (jsont (>= 0.2.0)) json-pointer (ptime (>= 1.0.0)) (eio :with-test) (requests :with-test) (brr :with-test)) (depopts eio requests brr))