Chris00/ocaml-rope

Ropes ("heavyweight strings") for OCaml

OCaml

48

64 commits

updated Jul 27, 2024

See the code

README

Rope

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 %%VERSION%%

Installation

The easier way to install this library is to use opam:

opam install rope

To compile the development version, you will need to install dune and then issue

dune build @install

Install with:

dune install

To run the tests, install the module Benchmark and do

dune runtest

Documentation

You can read the interface rope.mli in this repository or as HTML.

Contributors

Chris00

61 commits

dangdennis

1 commits

mseri

1 commits

vbgl

1 commits

Chris00/ocaml-rope

Ropes ("heavyweight strings") for OCaml

OCaml

48

64 commits

updated Jul 27, 2024

See the code

README

Rope

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 %%VERSION%%

Installation

The easier way to install this library is to use opam:

opam install rope

To compile the development version, you will need to install dune and then issue

dune build @install

Install with:

dune install

To run the tests, install the module Benchmark and do

dune runtest

Documentation

You can read the interface rope.mli in this repository or as HTML.

Contributors

Chris00

61 commits

dangdennis

1 commits

mseri

1 commits

vbgl

1 commits

Languages

OCaml

91.0%

Gnuplot

3.6%

HTML

3.4%

CSS

1.2%