-
I'm thinking about some sound approach to distribute bindings for `ocaml-rs` as separate libraries.
I have a project, [ocaml-lwt-interop](https://github.com/Lupus/ocaml-lwt-interop), which provides…
Lupus updated
1 month ago
-
Hi!
In the same vein as https://github.com/zshipko/ocaml-rs/issues/125 I'd love to know if there are any plans to add support for OCaml 5, and if you have some roadblocks that you anticipate. I'm g…
-
**WIP**
## Motivation
[ocaml-rs](https://github.com/zshipko/ocaml-rs) already solves a bunch of things that are planned in `ocaml-interop`, and `ocaml-interop` already provides a safe API that c…
tizoc updated
3 years ago
-
# Failing tests:
Scenario:
- [x] [`run_ocaml`](https://github.com/openmina/openmina/blob/develop/node/testing/src/node/ocaml/mod.rs?plain=0#L447)
- [x] [`rust_to_ocaml`](https://github.com/openmi…
-
(Sorry in advance if I misunderstood..)
# Problem
When using Rust as host language and loading multiple OCaml custom binaries, conflicts occure in symbol names of OCaml's runtime.
# Example s…
-
I have `ocaml-rs` vendored along with dependencies in `ocaml-lwt-interop`, nothing special there, and it builds just fine when I build it locally. It fails in Github CI though, see [job log](https://g…
Lupus updated
12 months ago
-
## 内容
このリポジトリから、C以外のFFIバンディングを提供していきます。
### Pros 良くなる点
- より多くの人に使っていただけることが期待できる
- ユーザー、特にCやC++やZigやRustといった言語に馴染みが無い方々が、C ABIに触らずにすむようになる
### Cons 悪くなる点
- メンテコスト
### 実現方法
- [x] …
-
One unfortunate issue with `ocaml_export` is that is is not rustfmt-friendly, so functions inside of it do not get formatted. An alternate syntax could look something like this (somewhat similar to oc…
-
This issue is for tracking full test suite compliance for KDL implementations that support the new [KDL 2.0.0 spec](https://github.com/kdl-org/kdl/pull/286).
As of 2024-02-07's 2.0.0-draft.3, the r…
-
Using the latest beta (4) I get the following errors:
```
warning: suffixes on a tuple index are invalid
--> poseidon/src/sponge.rs:297:28
|
297 | #[derive(Debug, Clone, ocaml::ToVal…