core-text: A rope type based on a finger tree over UTF-8 fragments
This version is deprecated.
A rope data type for text, built as a finger tree over UTF-8 text fragments. The package also includes utiltiy functions for breaking and re-wrapping lines, conveniences for pretty printing and colourizing terminal output, and a simple mechanism for multi-line Rope literals.
The main Rope
type and its usage are described at Core.Text.Rope in
this package.
This is part of a library intended to ease interoperability and assist in building command-line programs, both tools and longer-running daemons. A list of features and some background to the library's design is contained in the README on GitHub.
Downloads
- core-text-0.2.2.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.2.0.0, 0.2.2.1, 0.2.2.2, 0.2.2.3, 0.2.2.4, 0.2.2.6, 0.2.3.3, 0.2.3.5, 0.2.3.6, 0.3.0.0, 0.3.2.0, 0.3.4.0, 0.3.5.0, 0.3.7.0, 0.3.7.1, 0.3.7.2, 0.3.8.0, 0.3.8.1 (info) |
---|---|
Dependencies | base (>=4.11 && <5), bytestring (>=0.10.8.2 && <0.11), deepseq (>=1.4.4.0 && <1.5), fingertree (>=0.1.4.2 && <0.2), hashable (>=1.2.7.0 && <1.3), prettyprinter (>=1.2.1.1 && <1.3), prettyprinter-ansi-terminal (>=1.1.1.2 && <1.2), template-haskell (>=2.14.0.0 && <2.15), text (>=1.2.3.1 && <1.3), text-short (>=0.1.3 && <0.2) [details] |
Tested with | ghc ==8.6.5 |
License | BSD-3-Clause |
Copyright | © 2018-2019 Operational Dynamics Consulting Pty Ltd, and Others |
Author | Andrew Cowie <andrew@operationaldynamics.com> |
Maintainer | Andrew Cowie <andrew@operationaldynamics.com> |
Category | System |
Home page | https://github.com/oprdyn/unbeliever#readme |
Bug tracker | https://github.com/oprdyn/unbeliever/issues |
Source repo | head: git clone https://github.com/oprdyn/unbeliever |
Uploaded | by AndrewCowie at 2019-10-29T06:21:59Z |
Distributions | LTSHaskell:0.3.8.1, NixOS:0.3.8.1, Stackage:0.3.8.1 |
Reverse Dependencies | 6 direct, 1 indirect [details] |
Downloads | 5243 total (25 in the last 30 days) |
Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2019-10-29 [all 1 reports] |