boxes: 2D text pretty-printing library

[ bsd3, library, text ] [ Propose Tags ]

A pretty-printing library for laying out text in two dimensions, using a simple box model.


[Skip to Readme]

Modules

[Index]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5
Change log CHANGES
Dependencies base (>=3 && <4.11), split (>=0.2 && <0.3) [details]
License BSD-3-Clause
Author Brent Yorgey
Maintainer David Feuer <David.Feuer@gmail.com>
Revised Revision 1 made by dfeuer at 2018-03-10T21:58:47Z
Category Text
Source repo head: git clone git://github.com/treeowl/boxes.git
Uploaded by dfeuer at 2015-01-14T16:39:04Z
Distributions Arch:0.1.5, Debian:0.1.5, Fedora:0.1.5, FreeBSD:0.1.4, LTSHaskell:0.1.5, NixOS:0.1.5, Stackage:0.1.5
Reverse Dependencies 26 direct, 43 indirect [details]
Downloads 33733 total (121 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for boxes-0.1.4

[back to package description]

boxes

A pretty-printing library for laying out text in two dimensions, using a simple box model.

Hackage: https://hackage.haskell.org/package/boxes

GitHub: https://github.com/treeowl/boxes