fdopen / ppx_cstubs

preprocessor for easier stub generation with ocaml-ctypes
https://fdopen.github.io/ppx_cstubs/
Other
55 stars 5 forks source link

add support for ctypes 0.23 #12

Open ch1y1z1 opened 2 months ago

ch1y1z1 commented 2 months ago

ctypes 0.23 changed view of string (ptr (const char)), when string appears in external function arg, there will be an exception:

external%c func: s_:string -> void = {|
// $s_
return;
|}
Fatal error: exception File "src/internal/ppxc__script_real.ml", line 449, characters 6-11: Pattern matching failed