Skip to content

Releases: Chris00/ocaml-rope

0.6.3

26 Feb 14:18
Compare
Choose a tag to compare

CHANGES:

  • Compatibility with OCaml 5.

0.6.2

19 Mar 19:00
Compare
Choose a tag to compare

CHANGES:

  • Improve the structure of the documentation.
  • Use dune to compile.
  • Upgrade to OPAM 2.

0.6.1

25 Dec 13:39
Compare
Choose a tag to compare

0.6.1 2017-12-25

  • Sync the license headers with LICENSE.md.

0.6

18 Nov 07:46
Compare
Choose a tag to compare
0.6

0.6 2017-11-17

  • Enrich the library to have all functions of the String module.
  • Add rope.top findlib library so one can just do #require "rope.top";; in the toplevel (REPL).
  • Compatible with -safe-string and code improvements based on string
    immutability.
  • Port to jbuilder.
  • Fix all warnings.
  • Clarify the license for files in bench/ and fix FSF address.