- Support OCaml 4.12 injectiviy annotation of Map.S (#18). Thanks to Jeremy Yallop for the patch.
- Handle
Pervasives
's deprecation. - Require OCaml 4.05
- Add conversions to/from Stdlib sets and maps. Thanks to Hezekiah M. Carty for the patch.
- Fix potential segfault on 32-bit platforms due to overflow in
String[.Sub].concat
. Spotted by Jeremy Yallop in the standard library. The same bug was present in Astring.
- Fix
String.Set.pp
not using thesep
argument. - Build depend on topkg.
- Relicense from BSD3 to ISC.
- Fix a bug in
String.Sub.span
.
First release.