# This file is generated by dune, edit dune-project instead opam-version: "2.0" 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)." maintainer: ["Anil Madhavapeddy "] authors: ["Anil Madhavapeddy "] license: "ISC" homepage: "https://github.com/avsm/ocaml-jmap" doc: "https://avsm.github.io/ocaml-jmap" bug-reports: "https://github.com/avsm/ocaml-jmap/issues" depends: [ "dune" {>= "3.0"} "ocaml" {>= "4.14.0"} "jsont" {>= "0.2.0"} "ptime" {>= "1.0.0"} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/avsm/ocaml-jmap.git"