package oktree

  1. Overview
  2. No Docs
OKtree: A simple octree implementation in OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.2.2.tar.gz
md5=5ad0966bc38f8c5a326ee74cd6ef8241
sha512=dcb26f7d4849c0fed8a9f5759d3d37145b77b621a0d722cdd2ee1b2a25b10c08442c373e84b1b748321a6047788a476b0ab64b5ca036df09c1c4adb22ba20ecf

Description

A simple octree implementation in OCaml, intended to efficiently find nearest match for an arbitrary point among a set of points in 3D coordinate space.

Published: 12 Feb 2026

Dependencies (3)

  1. ppx_deriving
  2. ocaml >= "4.14"
  3. dune >= "3.9"

Dev Dependencies (9)

  1. odoc with-doc
  2. utop with-dev-setup
  3. core_unix with-dev-setup & >= "0.15.0"
  4. core_bench with-dev-setup & >= "0.15.0"
  5. opam-publish with-dev-setup
  6. ocp-indent with-dev-setup
  7. ocamlformat with-dev-setup
  8. gg with-test & >= "1.0"
  9. ppx_deriving_popper with-test & >= "0.1.1"

Used by

None

Conflicts

None