@hackage lp-diagrams2.1.4
An EDSL for diagrams based based on linear constraints
Installation
Dependencies (14)
- base >=4.8 && <666
- containers >=0.5
- gasp
- graphviz
- labeled-tree
- lens >=4.12 Show all…
Dependents (2)
@hackage/marxup, @hackage/lp-diagrams-svg
Package Flags
graphviz
(on by default)
Enable graphviz support
A library to describe diagrams. The defining feature of the package is the ability to use linear constraints to specify layout, which are resolved using z3 (latest z3 must be installed). Backends are provided either of the following packages lp-diagrams-svg (svg) or marxup (tikz).