yallop / ocaml-ctypes

Library for binding to C libraries using pure OCaml
MIT License
363 stars 95 forks source link

Add catch-all bigarray kind case to avoid OCaml 5.2.0 compilation error #764

Closed yallop closed 4 months ago

yallop commented 4 months ago

Closes #762 by turning the compilation error for the new Float16 bigarray kind into a run time exception. We should eventually add proper support for Float16: see #763.