package astring

  1. Overview
  2. Docs
Alternative String module for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

astring-0.8.3.tbz
md5=c5bf6352b9ac27fbeab342740f4fa870

CHANGES.md.html

v0.8.3 2016-09-12 Zagreb

  • 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.

v0.8.2 2016-08-26 Zagreb

  • Fix String.Set.pp not using the sep argument.

  • Build depend on topkg.

  • Relicense from BSD3 to ISC.

v0.8.1 2015-02-22 La Forclaz (VS)

  • Fix a bug in String.Sub.span.

v0.8.0 2015-12-14 Cambridge (UK)

First release.