this repo has no description

Merge pull request #24696 from jmid/minivpt-lower-bound-take2

Bump minivpt lower bound further

Changed files
+4 -4
packages
minivpt
minivpt.1.0.0
minivpt.2.0.0
+2 -2
packages/minivpt/minivpt.1.0.0/opam
···
depends: [
"ocaml"
"ocamlfind"
-
"obuild" {build & >= "0.0.3"}
+
"obuild" {build & >= "0.1.0"}
]
-
synopsis: "Minimalist vantage point tree implementation in OCaml."
+
synopsis: "Minimalist 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 distance function to measure the
+2 -2
packages/minivpt/minivpt.2.0.0/opam
···
depends: [
"ocaml"
"ocamlfind"
-
"obuild" {build & >= "0.0.3"}
+
"obuild" {build & >= "0.1.0"}
]
-
synopsis: "Minimalist vantage point tree implementation in OCaml."
+
synopsis: "Minimalist 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 distance function to measure the