Cargo Features

[dependencies]
ocaml-boxroot-sys = { version = "0.3.1", default-features = false, features = ["link-ocaml-runtime-and-dummy-program", "bundle-boxroot"] }
default = bundle-boxroot

The bundle-boxroot feature is set by default whenever ocaml-boxroot-sys is added without default-features = false somewhere in the dependency tree.

Only for testing purposes

bundle-boxroot default

Builds and links boxroot, otherwise it must be taken care of when linking the final binary