this repo has no description
1opam-version: "2.0"
2maintainer: "unixjunkie@sdf.org"
3authors: ["Francois BERENGER"]
4homepage: "https://github.com/UnixJunkie/vp-tree"
5bug-reports: "https://github.com/UnixJunkie/vp-tree/issues"
6dev-repo: "git+https://github.com/UnixJunkie/vp-tree.git"
7license: "BSD-3-Clause"
8build: [
9 ["jbuilder" "build" "-p" name "-j" jobs]
10]
11depends: [
12 "ocaml"
13 "jbuilder" {>= "1.0+beta7"}
14]
15synopsis: "Vantage point tree implementation in OCaml."
16description: """
17A vantage point tree allows to do fast but exact nearest neighbor searches
18in any space provided that you have a metric (function) to measure the
19distance between any two points in that space."""
20url {
21 src: "https://github.com/UnixJunkie/vp-tree/archive/v4.0.1.tar.gz"
22 checksum: [
23 "sha256=1336f372e9683f50b70f29760afa0720b36653db4a5a5e65628715337cb7bd2d"
24 "md5=d65973d0c20d32deb57bbc91f2af5a6d"
25 ]
26}