Skip to content

Releases: inhabitedtype/bigstringaf

v0.10.0

12 Jul 17:22
Compare
Choose a tag to compare
  • fix possible segfaults caused by void return value of c stubs (#56, @ncik-roberts)

v0.9.0

07 Apr 14:58
Compare
Choose a tag to compare

Drop support for OCaml versions before 4.08

v0.8.0

05 Jul 20:46
Compare
Choose a tag to compare

v0.7.0

02 Nov 23:27
Compare
Choose a tag to compare
  • Cleanup mirage cross-compilation rules (#45, @hannesm)

v0.6.1

15 Feb 14:57
Compare
Choose a tag to compare
  • Update C stubs for js_of_ocaml 3.5.0. (#40)

v0.6.0

25 Sep 01:03
Compare
Choose a tag to compare
  • Use the bigarray-compat to get access to the big array type (#37)

v0.5.3

28 Jul 16:14
Compare
Choose a tag to compare
  • Add :standard to the list of c_flags (#37, #38)

v0.5.2

12 Jul 23:20
Compare
Choose a tag to compare
  • change dune language version to 1.0

v0.5.1

11 Jul 11:52
Compare
Choose a tag to compare
  • Improve and fix errors in docstrings (#31, #35)
  • add dune-project file (#33)
  • used Unsigned_long_val in c stubs (#32)

v0.5.0

17 Mar 14:35
Compare
Choose a tag to compare
  • 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)