dotgen: A simple interface for building .dot graph files.

[ bsd3, library, text ] [ Propose Tags ]

This package provides a simple interface for building .dot graph files, for input into the dot and graphviz tools. It includes a monadic interface for building graphs.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Flags

Automatic Flags
NameDescriptionDefault
devel

Enable full development tree

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.1.1, 0.2, 0.3, 0.4, 0.4.1, 0.4.2, 0.4.3
Change log CHANGELOG.md
Dependencies base (>=3 && <5), containers, dotgen [details]
License BSD-3-Clause
Author Andy Gill
Maintainer Andy Gill <andygill@ku.edu>
Category Text
Home page https://github.com/ku-fpg/dotgen
Bug tracker https://github.com/ku-fpg/dotgen/issues
Source repo head: git clone https://github.com/ku-fpg/dotgen
Uploaded by ryanglscott at 2020-06-16T11:17:59Z
Distributions Arch:0.4.3, Debian:0.4.3, Fedora:0.4.3, LTSHaskell:0.4.3, NixOS:0.4.3, Stackage:0.4.3
Reverse Dependencies 13 direct, 97 indirect [details]
Executables dotgen-test
Downloads 16509 total (96 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-06-16 [all 1 reports]

Readme for dotgen-0.4.3

[back to package description]

dotgen Hackage version Build Status

A simple interface for building .dot graph files.

This package provides a simple interface for building .dot graph files, for input into the dot and graphviz tools. It includes a monadic interface for building graphs.