package rope

  1. Overview
  2. Docs
Ropes (heavyweight strings)

Install

Dune Dependency

Authors

Maintainers

Sources

rope-0.6.3.tbz
sha256=335e1f88ff410e2cf7584a0ca8026a65a5e4e0fa19f19d588ce93e17def3d396
sha512=01b089920716dc0e8182fb746bc604f4315f79f5e8c448924000e7eb8c278f71d99e1736a422b0a3f293b01ee312b8b3176493583883c781d446f433c1557ea5

CHANGES.md.html

0.6.3 2024-02-25

  • Compatibility with OCaml 5.

0.6.2 2019-03-19

  • Improve the structure of the documentation.

  • Use dune to compile.

  • Upgrade to OPAM 2.

0.6.1 2017-12-25

  • Sync the license headers with LICENSE.md.

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.