rainbox: Two-dimensional box pretty printing, with colors

[ bsd3, library, system ] [ Propose Tags ]

Please see README.md


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.2.0.0, 0.4.0.0, 0.4.0.2, 0.4.0.4, 0.6.0.0, 0.6.0.2, 0.8.0.0, 0.10.0.0, 0.10.0.2, 0.12.0.0, 0.14.0.0, 0.16.0.0, 0.18.0.0, 0.18.0.2, 0.18.0.4, 0.18.0.6, 0.18.0.8, 0.18.0.10, 0.20.0.0, 0.22.0.0, 0.24.0.0, 0.24.2.0, 0.24.4.0, 0.26.0.0
Change log changelog
Dependencies base (>=4.11 && <5), bytestring, containers, lens, rainbow, text [details]
License BSD-3-Clause
Copyright Copyright 2014-2019 Omari Norman
Author Omari Norman
Maintainer omari@smileystation.com
Category System
Home page https://www.github.com/massysett/rainbox
Bug tracker https://www.github.com/massysett/rainbox/issues
Source repo head: git clone https://github.com/massysett/rainbox
Uploaded by OmariNorman at 2019-12-10T03:02:08Z
Distributions LTSHaskell:0.26.0.0, NixOS:0.26.0.0, Stackage:0.26.0.0
Reverse Dependencies 3 direct, 0 indirect [details]
Downloads 15145 total (69 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-12-10 [all 1 reports]

Readme for rainbox-0.24.4.0

[back to package description]

Rainbox

Provides pretty printing of boxes in two dimensions. Rainbox is useful for console programs that need to format tabular data.

On Hackage

https://hackage.haskell.org/package/rainbox

Documentation

In addition to the Haddock documentation, a tutorial is available in the Rainbox.Tutorial module.

Portability

There's nothing unportable in Rainbox; however, it does use Rainbow which is only tested on UNIX-like systems.

License

Rainbox is licensed under the BSD license; please see the LICENSE file.