ocaml 1.0.0-beta.4

OCaml bindings for Rust
Documentation
[dependencies.cstr_core]
optional = true
version = "0.2"

[dependencies.ndarray]
optional = true
version = "^0.15.1"

[dependencies.ocaml-boxroot-sys]
version = "0.2"

[dependencies.ocaml-derive]
optional = true
version = "^1.0.0-beta"

[dependencies.ocaml-interop]
version = "0.8.8"

[dependencies.ocaml-sys]
version = ">=0.23"

[features]
bigarray-ext = ["ndarray"]
caml-state = ["ocaml-sys/caml-state"]
default = ["derive"]
derive = ["ocaml-derive"]
link = ["ocaml-sys/link"]
no-caml-startup = ["ocaml-interop/no-caml-startup"]
no-panic-hook = []
no-std = ["cstr_core/alloc", "no-panic-hook"]
without-ocamlopt = ["ocaml-sys/without-ocamlopt", "ocaml-interop/without-ocamlopt", "ocaml-boxroot-sys/without-ocamlopt"]

[package]
authors = ["Zach Shipko <zachshipko@gmail.com>"]
description = "OCaml bindings for Rust"
documentation = "https://docs.rs/ocaml"
edition = "2021"
keywords = ["ocaml", "rust", "ffi"]
license = "ISC"
name = "ocaml"
readme = "README.md"
repository = "https://github.com/zshipko/ocaml-rs"
version = "1.0.0-beta.4"
[package.metadata.docs.rs]
features = ["without-ocamlopt", "derive", "link"]