The hp2pretty package
hp2pretty is a rewrite of hp2ps, implemented in Haskell, with the aims of being maintainable, with more flexible output, and more beautiful output. Currently hp2pretty outputs Scalable Vector Graphics (SVG) only, though PostScript (PS) is planned. Also none (count'em) of hp2ps' options are implemented yet in hp2pretty.
In hp2pretty-0.5 using attoparsec and floatshow internally should give a healthy speedup.
In hp2pretty-0.4 usage changed since the previous release:
hp2pretty *.hp
hp2pretty --uniform-scale=time *.hp
hp2pretty --uniform-scale=memory *.hp
hp2pretty --uniform-scale=both *.hp
Colours also changed: now they are based on a hash of the cost label, which should make colours have stable semantics across program runs.
Properties
| Versions | 0.1, 0.2, 0.3, 0.4, 0.5 |
|---|---|
| Dependencies | array, attoparsec, base (4.*), bytestring, containers, filepath, floatshow, mtl |
| License | BSD3 |
| Copyright | (C) 2010,2011 Claude Heiland-Allen |
| Author | Claude Heiland-Allen |
| Maintainer | claudiusmaximus@goto10.org |
| Category | Development |
| Home page | http://gitorious.org/hp2pretty |
| Source repository | git clone git://gitorious.org/hp2pretty/hp2pretty.git |
| Executables | hp2pretty |
| Upload date | Sat Oct 15 03:59:46 UTC 2011 |
| Uploaded by | ClaudeHeilandAllen |
Downloads
- hp2pretty-0.5.tar.gz (Cabal source package)
- package description (included in the package)