yallop / ocaml-ctypes

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

Remove uses of bytes library #623

Closed yallop closed 4 years ago

yallop commented 4 years ago

Since OCaml 4.02.0, bytes has been supported as a built-in type in OCaml.

Since ctypes no longer supports OCaml 4.01, there's no need to depend on the base-bytes library; we can use bytes directly instead.