opam-version: "2.0" synopsis: "A pure OCaml R-Tree implementation" description: "This implements a simple, functional R-Tree library in pure OCaml with support for efficient bulk loading of values." maintainer: ["patrick@sirref.org"] authors: ["Marius A. Eriksen" "Patrick Ferris"] license: "BSD-3-Clause" tags: ["spatial" "index"] homepage: "https://github.com/geocaml/ocaml-rtree" bug-reports: "https://github.com/geocaml/ocaml-rtree/issues" depends: [ "ocaml" "dune" {>= "3.6"} "repr" {>= "0.4.0"} "bechamel" {with-test} "vg" {with-test} "ounit2" {with-test} "mdx" {with-test & >= "2.2.0"} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/geocaml/ocaml-rtree.git" url { src: "https://github.com/geocaml/ocaml-rtree/releases/download/v0.1.0/rtree-0.1.0.tbz" checksum: [ "sha256=d3049caa572793d872a7da5b01fa5d21f1e35a2b427877a38fb8d3a9aaa01704" "sha512=4f7a6c07e443a216c52d3c68b387ad837ea1ef1adb0276082d2ddce70f4f295979b82455358b39ad18476b12c3f238d9182de580b535563a89dd158571f72f04" ] } x-commit-hash: "d0a789b8eb6c594ed8c0f9c9a6c4b5cd7c734a03"