Skip to content

Releases: tov/shcaml

0.2.1

18 Jan 20:57
Compare
Choose a tag to compare

Caml-Shcaml 0.2.1

  • Add compatibility with -safe-string and therefore OCaml 4.06.0 onwards.

  • Remove uses of the deprecated String.lowercase. Backwards compatibility is
    implemented thanks to the Stdcompat library, which is now a dependency of
    Shcaml.

0.2.0

03 Apr 18:26
Compare
Choose a tag to compare

Caml-Shcaml 0.2.0

  • Drop the dependency on camlp4, mainly by replacing the static typing of
    structured fields by a lighter, dynamically-checked discipline. This trades
    static guarantees for maintenability.

  • Build system changes, switch to ocamlbuild+topkg

  • Some API refactoring; improve API browsing at the price of some signature
    duplication in the source.

  • Documentation improvements