/ocaml-clipper2

OCaml bindings to the polygon clipping and offseting library Clipper2

Primary LanguageOCamlGNU General Public License v2.0GPL-2.0

Clipper

OCaml bindings to the polygon clipping and offseting library Clipper2

Clipper2 australia

Documentation

Documentation is available online, or locally via odig if this package has been installed.

opam install .
odig doc clipper

Building

clipper2c is vendored as a git submodule, so make sure to add --recurse-submodules when cloning, or run git submodule update --init --recursive to update the submodule if already cloned.

git clone --recurse-submodules https://github.com/geoffder/ocaml-clipper2
cd ocaml-clipper2
dune build