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.1.tar.gz"
22 checksum: [
23 "sha256=ea83d6a16090835b047e5254dc406e415eaf9b672f0e9b517234f118a0399795"
24 "md5=ff4362283a59f3f84d560d1a1975e7fd"
25 ]
26}