opam-version: "2.0"
maintainer: "Jean-Christophe.Filliatre@lri.fr"
authors: ["Jean-Christophe Filliâtre"]
homepage: "https://www.lri.fr/~filliatr/software.en.html"
bug-reports: "https://github.com/backtracking/ptmap/issues"
dev-repo: "git+https://github.com/backtracking/ptmap.git"
license: "GPL-2.1"
build: [
  ["obuild" "configure"]
  ["obuild" "build" "lib-ptmap"]
]
install: [
  ["obuild" "install"]
]
remove: [
  ["ocamlfind" "remove" "ptmap"]
]
depends: [
  "ocaml" {< "4.06.0"}
  "ocamlfind" {build}
  "obuild" {build}
  "qtest" {>= "2.2"}
]
synopsis: "Maps over integers implemented as Patricia trees"
flags: light-uninstall
url {
  src: "https://github.com/backtracking/ptmap/archive/v2.0.2.tar.gz"
  checksum: "md5=67d6d169872c4ccedb28e163c8ddc45b"
}
