opam-version: "2.0"
maintainer: "unixjunkie@sdf.org"
authors: ["Francois BERENGER"]
homepage: "https://github.com/UnixJunkie/vp-tree"
bug-reports: "https://github.com/UnixJunkie/vp-tree/issues"
dev-repo: "git+https://github.com/UnixJunkie/vp-tree.git"
license: "BSD-3-Clause"
build: [
  ["obuild" "configure"]
  ["obuild" "build" "lib-minivpt"]
]
install: [
  ["obuild" "install"]
]
remove: [
  ["ocamlfind" "remove" "minivpt"]
]
depends: [
  "ocaml"
  "ocamlfind"
  "obuild" {build}
]
synopsis: "Minimalist vantage point tree implementation in OCaml."
description: """
A vantage point tree allows to do fast but exact nearest neighbor searches
in any space provided that you have a distance function to measure the
distance between any two points in that space."""
flags: light-uninstall
url {
  src: "https://github.com/UnixJunkie/vp-tree/archive/v2.0.0.tar.gz"
  checksum: "md5=cf6a8edaaa70409db489510fe6dd9785"
}
