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/v3.0.0.tar.gz"
22 checksum: [
23 "sha256=92799a8dc0365b616ecd619a01aea470749beca005001ff78dffc9f6d8b4fc4c"
24 "md5=172f210c7ac22193f26a96472f8fb1e4"
25 ]
26}