Skip to content

ffi: add decapode314 article #214

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 28, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions content/ffi.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,4 @@ FFI to the [R statistical language](https://www.r-project.org/about.html).
* The OCaml manual's chapter on [interfacing C with OCaml](https://v2.ocaml.org/manual/intfc.html)
* Real World OCaml's [foreign function interface](https://dev.realworldocaml.org/foreign-function-interface.html) chapter
* [Modular foreign function bindings](https://mirage.io/blog/modular-foreign-function-bindings) with [ctypes](https://github.com/ocamllabs/ocaml-ctypes).
* [How to call C functions from OCaml](http://decapode314.free.fr/ocaml/ocaml-c-interface.html)