graphviz: Bindings to Graphviz for graph visualisation.

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

This library provides bindings for the Dot language used by the Graphviz (http://graphviz.org/) suite of programs for visualising graphs, as well as functions to call those programs.

Main features of the graphviz library include:


[Skip to Readme]

Properties

Versions 2008.7.10, 2008.7.11, 2008.9.6, 2008.9.20, 2009.5.1, 2999.0.0.0, 2999.1.0.0, 2999.1.0.1, 2999.1.0.2, 2999.5.0.0, 2999.5.1.0, 2999.5.1.1, 2999.6.0.0, 2999.7.0.0, 2999.8.0.0, 2999.9.0.0, 2999.10.0.0, 2999.10.0.1, 2999.11.0.0, 2999.12.0.0, 2999.12.0.1, 2999.12.0.2, 2999.12.0.3, 2999.12.0.4, 2999.13.0.0, 2999.13.0.1, 2999.13.0.2, 2999.13.0.3, 2999.14.0.0, 2999.14.1.0, 2999.15.0.0, 2999.15.0.1, 2999.16.0.0, 2999.17.0.0, 2999.17.0.1, 2999.17.0.2, 2999.18.0.0, 2999.18.0.1, 2999.18.0.2, 2999.18.1.0, 2999.18.1.1, 2999.18.1.2, 2999.19.0.0, 2999.20.0.0, 2999.20.0.1, 2999.20.0.1, 2999.20.0.2, 2999.20.0.3, 2999.20.0.4, 2999.20.1.0, 2999.20.2.0
Change log Changelog.md
Dependencies base (>=4.5.0.0 && <5), bytestring (>=0.9 && <0.11), colour (>=2.3 && <2.4), containers, directory, dlist (>=0.5 && <0.9), fgl (>=5.4 && <5.7), filepath, graphviz, mtl (>=2 && <3), polyparse (>=1.9 && <1.13), process, temporary (>=1.1 && <1.4), text, wl-pprint-text (>=1.2 && <1.3) [details]
License BSD-3-Clause
Copyright Matthew Sackman, Ivan Lazar Miljenovic
Author Matthew Sackman, Ivan Lazar Miljenovic
Maintainer Ivan.Miljenovic@gmail.com
Category Graphs, Graphics
Home page http://projects.haskell.org/graphviz/
Source repo head: git clone https://github.com/ivan-m/graphviz.git
Uploaded by IvanMiljenovic at 2018-05-23T06:10:51Z

Modules

Flags

Automatic Flags
NameDescriptionDefault
test-parsing

Build a utility to test parsing of available Dot code.

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


Readme for graphviz-2999.20.0.1

[back to package description]

% Haskell bindings to the Graphviz toolkit % Ivan Lazar Miljenovic

The graphviz Library

Hackage Build Status

The graphviz library provides bindings to the Graphviz graph visualisation suite of tools for the purely functional programming language Haskell. It can be downloaded from HackageDB or - if you have cabal-install - installing it is as simple as:

cabal update
cabal install graphviz

Library features

Main features of the graphviz library include:

graphviz is free software licensed under a 3-Clause BSD License.

(C) 2008 Matthew Sackman

(C) 2008 - onwards Ivan Lazar Miljenovic

For more information, feel free to email me.