opam-version: "2.0"
maintainer: "unixjunkie@sdf.org"
authors: ["Francois BERENGER"]
homepage: "https://github.com/UnixJunkie/bisec-tree"
bug-reports: "https://github.com/UnixJunkie/bisec-tree/issues"
dev-repo: "git+https://github.com/UnixJunkie/bisec-tree.git"
license: "BSD-3-Clause"
build: ["jbuilder" "build" "-p" name "-j" jobs]
depends: [
  "ocaml" {>= "4.03.0"}
  "jbuilder"
]
synopsis: "Bisector tree implementation in OCaml."
description: """
A bisector 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.
Cf. this article for details:
"A Data Structure and an Algorithm for the Nearest Point Problem";
Iraj Kalaranti and Gerard McDonald.
ieeexplore.ieee.org/iel5/32/35936/01703102.pdf"""
url {
  src: "https://github.com/UnixJunkie/bisec-tree/archive/v1.0.1.tar.gz"
  checksum: "md5=baaacd991615279629aa7bd6464933d6"
}
