opam-version: "2.0"
maintainer: "opam-devel@lists.ocaml.org"
authors: ["massd http://massd.github.io/"]
license: "GPL-3.0-only"
build: [
  ["ocaml" "setup.ml" "-configure" "--%{lwt:enable}%-lwt" "--prefix" prefix]
  ["ocaml" "setup.ml" "-build"]
  ["ocaml" "setup.ml" "-doc"] {with-doc}
]
remove: [["ocamlfind" "remove" "mongo"]]
depends: [
  "ocaml"
  "bson"
  "ocamlfind"
  "ocamlbuild" {build}
]
depopts: ["lwt"]
conflicts: [
  "lwt" {>= "4.0.0"}
]
dev-repo: "git://github.com/MassD/mongo"
install: ["ocaml" "setup.ml" "-install"]
synopsis: "OCaml driver for MongoDB"
flags: light-uninstall
url {
  src: "https://github.com/MassD/mongo/archive/v0.67.0.tar.gz"
  checksum: "md5=758c7d8280721fb7850c6032bc30208f"
}
