package oktree

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.2.4.tar.gz
md5=d924fe6464176f50901fd5850eaa4dc6
sha512=d1291d99105b426cbc68a1f26ea9760a5b17ddc44de2d99325dcf7a57234a7cac1d2a0837f49949604281f625c8ce2b02ae3ce2ae580611c448dbe64367e466f

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: 17 Feb 2026

Dependencies (3)

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

Dev Dependencies (15)

  1. odoc with-doc
  2. utop with-dev-setup
  3. landmarks-ppx with-dev-setup
  4. landmarks with-dev-setup
  5. core_unix with-dev-setup & >= "0.15.0"
  6. core_bench with-dev-setup & >= "0.15.0"
  7. ocaml-lsp-server with-dev-setup
  8. opam-publish with-dev-setup
  9. ocp-indent with-dev-setup
  10. ocamlformat with-dev-setup
  11. gg with-test & >= "1.0"
  12. junit_alcotest with-test & >= "2.0"
  13. alcotest with-test & >= "1.7.0"
  14. qcheck-alcotest with-test & >= "0.21"
  15. qcheck-core with-test & >= "0.21"

Conflicts

None