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" {>= "4.08.0"} "dune" {>= "2.0.0"} "jmap" "yojson" {>= "1.7.0"} "uri" {>= "4.0.0"} "unix" ] build: [ ["dune" "build" "-p" name "-j" jobs] ]