GitXplorerGitXplorer
f

ocamlrep

public
125 stars
19 forks
4 issues

Commits

List of commits on branch main.
Unverified
982e181071ec9c6630867810b389ad15b8c6c309

gh shims: Set up shim for `rust_linkable_symbol`

JJakobDegen committed 2 days ago
Unverified
8b6a304b1e25c890b7fa7edbe17248e3a3dc7a99

Support fallback config when .pc file isn't available

committed 2 days ago
Unverified
a493e6ea543a1544f927b9bbb563d1c66404d16d

Add liburing to third-party shims

committed 3 days ago
Unverified
376f9bc9c53299a4b484211fb4ba0cfc7d889944

Make third_party_library() rule more generic

committed 3 days ago
Unverified
9b88eebe9b1eed28420e973681a94759810c88c5

Add -latomic as implicit flag to toolchain

committed 3 days ago
Unverified
1e2923e66a1817f7ac079daaec684ae0c5e53ced

Updating submodules

committed 3 days ago

README

The README file for this repository.

ocamlrep: Interop OCaml and Rust code Buck build and test Cargo build and test

The goal of this project is to make OCaml and Rust code interoperable. While in its early stage of development, this library is actively used by the HHVM project, mostly in the Hack type checker, to enable OCaml code to rely on Rust.

Requirements

This project is stand-alone and is currently tested with:

Building ocamlrep

There are two build methods. One way is to use Cargo and the other is to use Buck2.

Contributing

See the CONTRIBUTING file for how to help out.

License

ocamlrep has an MIT license. See the LICENSE file included in this distribution.