-
Notifications
You must be signed in to change notification settings - Fork 6
/
_oasis
32 lines (29 loc) · 827 Bytes
/
_oasis
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
OASISFormat: 0.3
Name: rtree
Version: 1.1
Authors: marius a. eriksen (marius@monkey.org)
License: BSD3
Plugins: META (0.3), DevFiles (0.3), StdFiles (0.3)
Synopsis: An R-tree implementation in OCaml
BuildTools: ocamlbuild
Description:
This library implements a simple R-tree library according to
Guttman's original paper. Currently node splitting is done through
the quadratic algorithm in that paper.
.
The interface (and implementation) is purely functional.
.
A functor interface is also provided for providing implicit bounds
for values.
Library rtree
Path: src
Modules: Rtree, Rtree_f, Envelope
Executable test
Install: false
Path: test
MainIs: basic.ml
BuildDepends: rtree, oUnit
Test main
Type: custom (0.2)
Command: $test
WorkingDirectory: test