this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "JMAP client for Eio"
4description:
5 "High-level JMAP client using Eio for async I/O and the Requests HTTP library."
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 "jmap" {= version}
16 "jsont" {>= "0.2.0"}
17 "eio"
18 "requests"
19 "odoc" {with-doc}
20]
21build: [
22 ["dune" "subst"] {dev}
23 [
24 "dune"
25 "build"
26 "-p"
27 name
28 "-j"
29 jobs
30 "@install"
31 "@runtest" {with-test}
32 "@doc" {with-doc}
33 ]
34]
35dev-repo: "git+https://github.com/avsm/ocaml-jmap.git"