ocaml-multicore / eio

Effects-based direct-style IO for multicore OCaml
Other
540 stars 66 forks source link

Generate prototypes for C stubs from ml files #615

Closed talex5 closed 11 months ago

talex5 commented 11 months ago

This allows generating C function prototypes from the OCaml source code using https://github.com/edwintorok/lintcstubs, so the compiler can check that they match. This didn't find any errors (unlike with uring).