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: [
  ["jbuilder" "build" "-p" name "-j" jobs]
]
depends: [
  "ocaml"
  "jbuilder" {>= "1.0+beta7"}
]
synopsis: "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 metric (function) to measure the
distance between any two points in that space."""
url {
  src: "https://github.com/UnixJunkie/vp-tree/archive/v3.0.1.tar.gz"
  checksum: "md5=ff4362283a59f3f84d560d1a1975e7fd"
}
