Releases: backtracking/bitv
Releases · backtracking/bitv
v2.0
1.6
CHANGES:
- fixed build on 32-bit platforms e.g. js_of_ocaml (patch from Tim Bourke)
- added
exceeds_max_length
to replacemax_length
(deprecated)
- added
1.5
CHANGES:
- new functions
rotatel
androtater
(patch from Tim Bourke)
1.4
CHANGES:
- switch to dune build system, and opam 2.0
- add to/of_bytes for machine-independant serialisation
- fix binary serialisation when vector is larger than 2^32
release 1.3
fix compilation for OCaml 4.06