opam-version: "2.0" name: "jmap-unix" version: "~dev" synopsis: "JMAP Unix implementation" description: "Unix-specific implementation of the JMAP protocol (RFC8620)" maintainer: ["maintainer@example.com"] authors: ["JMAP OCaml Team"] license: "MIT" homepage: "https://github.com/example/jmap-ocaml" bug-reports: "https://github.com/example/jmap-ocaml/issues" depends: [ "ocaml" {>= "5.0.0"} "dune" {>= "3.0.0"} "jmap" "jmap-email" "yojson" {>= "1.7.0"} "uri" {>= "4.0.0"} "eio" {>= "0.12"} "tls-eio" {>= "0.17.0"} "cohttp-eio" {>= "6.0.0"} "ca-certs" {>= "0.2.0"} "x509" {>= "0.16.0"} "tls" {>= "0.17.0"} "domain-name" {>= "0.4.0"} ] build: [ ["dune" "build" "-p" name "-j" jobs] ]