Ropes are a scalable string implementation: they are designed for efficient operation that involve the string as a whole such as concatenation and substring. This library implements ropes for OCaml (it is rich enough to replace strings).
Version 0.6.1
The easier way to install this library is to use opam:
opam install ropeTo compile the development version, you will need to install jbuilder and then issue
jbuilder build @installInstall with:
jbuilder installTo run the tests, install the module Benchmark and do
jbuilder runtestYou can read the interface rope.mli in this repository or as HTML.