opam-version: "2.0"
synopsis: "Easy API library and tools"
maintainer: "Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>"
authors: [
  "Cagdas Bozman <cagdas.bozman@ocamlpro.com>"
  "Michael Laporte <michael.laporte@ocamlpro.com>"
  "Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>"
  "Maxime Levillain <maxime.levillain@ocamlpro.com>"
  "Alain Mebsout <alain.mebsout@ocamlpro.com>"
]
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
homepage: "https://github.com/ocamlpro/ez_api"
doc: "https://ocpmax.github.io/ez_api/ez_api/index.html"
bug-reports: "https://github.com/ocamlpro/ez_api/issues"
depends: [
  "ocaml" {>= "4.08"}
  "dune" {>= "2.6"}
  "json-data-encoding" {>= "0.7.0"}
  "lwt" {>= "4.0.0"}
  "ezjsonm" {>= "1.0.0"}
  "uuidm"
]
depopts: [
  "geoip"
  "js_of_ocaml-lwt"
  "calendar" {>= "2.03"}
  "cohttp-lwt-unix"
  "cohttp-lwt-jsoo" {>= "4.0.0"}
  "lwt_log"
  "tls"
  "httpaf-lwt-unix" {>= "0.6.0"}
  "ocurl" {>= "0.8.0"}
  "ezjs_fetch" {>= "0.2.0"}
  "websocket-lwt-unix"
  "websocket-httpaf-lwt"
  "ppxlib"
]
conflicts: [
  "calendar" {< "2.03"}
  "cohttp-lwt-jsoo" {< "4.0.0"}
  "httpaf-lwt-unix" {< "0.6.0"}
  "ezjs_fetch" {< "0.2.0"}
  "ocurl" {< "0.8.0"}
]
build: [
  ["dune" "subst"] {pinned}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]
dev-repo: "git+https://github.com/ocamlpro/ez_api.git"
url {
  src: "https://github.com/ocamlpro/ez_api/archive/0.1.0.tar.gz"
  checksum: [
    "md5=58526e7091d0e3817bbaf540d6b3ef66"
    "sha512=060cdb7be7ddb48f76bbb21194d8ca6883ba28c6140fb83423243ed76e7b1c29b34a27d29aeadb85fe8b4d8fe459f74b1c2a8d8eba1f8cb75daba7f9d75785ba"
  ]
}
