ocaml-rope - Ropes ("heavyweight strings") for OCaml
Website: | http://rope.forge.ocamlcore.org/ |
---|---|
License: | LGPLv2+ with exceptions |
Vendor: | Alcance Libre, Inc. |
- Description:
Ropes ("heavyweight strings") are a scalable string implementation: they are designed for efficient operation that involve the string as a whole. Operations such as concatenation, and substring take time that is nearly independent of the length of the string. Unlike strings, ropes are a reasonable representation for very long strings such as edit buffers or mail messages.
Packages
ocaml-rope-0.6.1-1.fc14.al.src [290 KiB] |
Changelog
by Andy Li (2018-01-23):
- New upstream version. - Enable debug package. |