# This file is generated by dune, edit dune-project instead opam-version: "2.0" version: "0.1.0" synopsis: "JMAP Core Protocol (RFC 8620) implementation in OCaml" description: "Type-safe JMAP Core Protocol parser and types using GADTs" maintainer: ["your.email@example.com"] authors: ["Your Name"] license: "MIT" homepage: "https://github.com/yourusername/jmap" bug-reports: "https://github.com/yourusername/jmap/issues" depends: [ "ocaml" {>= "4.14"} "dune" {>= "3.0" & >= "3.0"} "ezjsonm" {>= "1.3.0"} "jsonm" {>= "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/yourusername/jmap.git"