this repo has no description
at main 878 B view raw
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "JMAP protocol implementation for OCaml" 4description: 5 "A complete implementation of the JSON Meta Application Protocol (JMAP) as specified in RFC 8620 (core) and RFC 8621 (mail)." 6maintainer: ["Anil Madhavapeddy <anil@recoil.org>"] 7authors: ["Anil Madhavapeddy <anil@recoil.org>"] 8license: "ISC" 9homepage: "https://github.com/avsm/ocaml-jmap" 10doc: "https://avsm.github.io/ocaml-jmap" 11bug-reports: "https://github.com/avsm/ocaml-jmap/issues" 12depends: [ 13 "dune" {>= "3.0"} 14 "ocaml" {>= "4.14.0"} 15 "jsont" {>= "0.2.0"} 16 "ptime" {>= "1.0.0"} 17 "odoc" {with-doc} 18] 19build: [ 20 ["dune" "subst"] {dev} 21 [ 22 "dune" 23 "build" 24 "-p" 25 name 26 "-j" 27 jobs 28 "@install" 29 "@runtest" {with-test} 30 "@doc" {with-doc} 31 ] 32] 33dev-repo: "git+https://github.com/avsm/ocaml-jmap.git"