[build-dependencies.cc]
version = "1"
[dependencies.cty]
version = "0.2"
[features]
caml-state = []
default = []
link = []
ocaml5 = []
without-ocamlopt = []
[lib]
name = "ocaml_sys"
path = "src/lib.rs"
[package]
authors = ["Zach Shipko <zachshipko@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "Low-level OCaml bindings for Rust"
documentation = "https://docs.rs/ocaml-sys"
edition = "2021"
keywords = ["ocaml", "rust", "ffi"]
license = "ISC"
links = "asmrun"
name = "ocaml-sys"
readme = false
repository = "https://github.com/zshipko/ocaml-rs"
version = "0.26.0"
[package.metadata.docs.rs]
features = ["without-ocamlopt", "ocaml5"]