You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would have to been added to ctypes itself. ppx_cstubs generates code for the memory representation and runtime of ctypes. And currently ctypes doesn't support bit fields, see yallop/ocaml-ctypes#226
See also mirage/ocaml-cstruct#205 and mirage/ocaml-cstruct#215 for my attempt to add them into the Cstruct library. Hopefully they can be helpful.
The text was updated successfully, but these errors were encountered: