opam-version: "2.0" name: "jmap-email" version: "~dev" synopsis: "JMAP Email extensions library (RFC 8621)" description: """ OCaml implementation of the JMAP Mail extensions protocol as defined in RFC 8621. Provides type definitions and structures for working with email in JMAP. """ maintainer: ["user@example.com"] authors: ["Example User"] license: "MIT" homepage: "https://github.com/example/jmap" bug-reports: "https://github.com/example/jmap/issues" depends: [ "ocaml" {>= "4.08.0"} "dune" {>= "3.0"} "jmap" "yojson" "uri" "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ]