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 wheneverocaml-boxroot-sys
is added without
somewhere in the dependency tree.default-features = false - link-ocaml-runtime-and-dummy-program
-
Only for testing purposes
- bundle-boxroot default
-
Builds and links boxroot, otherwise it must be taken care of when linking the final binary