yallop / ocaml-ctypes

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

Switch 'noalloc' annotations to use attributes. #621

Closed yallop closed 4 years ago

yallop commented 4 years ago

Now that we've dropped support for OCaml 4.01 (#577), we can use attributes ([@@noalloc]) rather than old-style string annotations ("noalloc").