Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new file: packages/vpt/vpt.5.0.0/opam #19950

Merged
merged 2 commits into from
Nov 5, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions packages/vpt/vpt.5.0.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
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: [
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
"dune" {build}
kit-ty-kate marked this conversation as resolved.
Show resolved Hide resolved
]
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.

Bibliography
============
Yianilos, P. N. (1993, January).
Data structures and algorithms for nearest neighbor search
in general metric spaces.
In Soda (Vol. 93, No. 194, pp. 311-21).
http://dx.doi.org/10.1145/313559.313789
"""
url {
src: "https://github.com/UnixJunkie/vp-tree/archive/v5.0.0.tar.gz"
checksum: "md5=898aec0cf703c15443f26ca42cde76d0"
}