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

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 && <5), split (>=0.2 && <0.3) [details]
License BSD-3-Clause
Author Brent Yorgey
Maintainer David Feuer <David.Feuer@gmail.com>
Category Text
Source repo head: git clone https://github.com/treeowl/boxes.git
Uploaded by dfeuer at 2018-03-10T20:45:35Z
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 33621 total (104 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-03-10 [all 1 reports]

Readme for boxes-0.1.5

[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