ocaml-interop 0.4.2

Utilities for Rust and OCaml interoperability
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "cty"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7313c0d620d0cb4dbd9d019e461a4beb501071ff46ec0ab933efb4daa76d73e3"

[[package]]
name = "ocaml-interop"
version = "0.4.2"
dependencies = [
 "ocaml-sys",
]

[[package]]
name = "ocaml-sys"
version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69b089ec551535569cbcf41bf8ada032ce80cee4cfaf6fab95da0b01e83aab31"
dependencies = [
 "cty",
]