Releases: inhabitedtype/bigstringaf
Releases · inhabitedtype/bigstringaf
v0.10.0
- fix possible segfaults caused by
void
return value of c stubs (#56, @ncik-roberts)
v0.9.0
Drop support for OCaml versions before 4.08
v0.6.1
- Update C stubs for js_of_ocaml 3.5.0. (#40)
v0.6.0
- Use the
bigarray-compat
to get access to the big array type (#37)
v0.5.3
- Add
:standard
to the list of c_flags
(#37, #38)
v0.5.2
- change dune language version to 1.0
v0.5.1
- Improve and fix errors in docstrings (#31, #35)
- add
dune-project
file (#33)
- used
Unsigned_long_val
in c stubs (#32)
v0.5.0
- Added
to_string
convenience function (#23)
- Add negative length checking to blit-like operations (#25)
- Fix the js_of_ocaml build (#28)
- Port to dune (#30)