Skip to content

Commit

Permalink
added packages/vpt/vpt.3.0.0 (ocaml#11205)
Browse files Browse the repository at this point in the history
* added packages/vpt/vpt.3.0.0

This is a new version (and a renaming) of the previous minivpt package.
This implementation is no more minimal, uses another build system
and installs a library called vpt, with modules accessible under the namespace
Vpt.

* use 'jbuilder -p name' instead of 'jbuilder'

* suggestions from rgrinberg
  • Loading branch information
Francois BERENGER authored and rgrinberg committed Jan 15, 2018
1 parent 613d9a8 commit 542ef2e
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/vpt/vpt.3.0.0/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Vantage point tree implementation in OCaml.

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.
13 changes: 13 additions & 0 deletions packages/vpt/vpt.3.0.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
opam-version: "1.2"
maintainer: "[email protected]"
authors: ["Francois BERENGER"]
homepage: "https://github.com/UnixJunkie/vp-tree"
bug-reports: "https://github.com/UnixJunkie/vp-tree/issues"
dev-repo: "https://github.com/UnixJunkie/vp-tree.git"
license: "BSD-3"
build: [
["jbuilder" "build" "-p" name "-j" jobs]
]
depends: [
"jbuilder" {build}
]
2 changes: 2 additions & 0 deletions packages/vpt/vpt.3.0.0/url
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
archive: "https://github.com/UnixJunkie/vp-tree/archive/v3.0.0.tar.gz"
checksum: "172f210c7ac22193f26a96472f8fb1e4"

0 comments on commit 542ef2e

Please sign in to comment.