opam-version: "1"
maintainer: "alessandro.strada@gmail.com"
authors: [ "Alessandro Strada" ]
license: "MIT"
homepage: "http://gapi-ocaml.forge.ocamlcore.org"
build: [
  ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
  ["ocaml" "setup.ml" "-build"]
  ["ocaml" "setup.ml" "-install"]
]
remove: [
  ["ocamlfind" "remove" "gapi-ocaml"]
]
build-doc: [ "ocaml" "setup.ml" "-doc" ]
depends: [
  ("cryptokit" | "cryptokit-sha512")
  ("extlib" | "extlib-compat")
  "ocamlfind"
  "ocamlnet"
  "ocurl"
  "xmlm"
  "yojson"
]
depopts: [
  "ounit"
  "pa_monad_custom"
]
ocaml-version: [ >= "3.12.0" ]
