Source: haskell-graphviz Maintainer: Debian Haskell Group Uploaders: Clint Adams , Priority: optional Section: haskell Rules-Requires-Root: no Build-Depends: cdbs, debhelper (>= 10), ghc (>= 9.4), ghc-prof, haskell-devscripts (>= 0.13), libghc-colour-dev (>= 2.3), libghc-colour-dev (<< 2.4), libghc-colour-prof, libghc-dlist-dev (>= 0.5), libghc-dlist-dev (<< 1.1), libghc-dlist-prof, libghc-fgl-dev (>= 5.4), libghc-fgl-dev (<< 5.9), libghc-fgl-prof, libghc-polyparse-dev (>= 1.9), libghc-polyparse-dev (<< 1.14), libghc-polyparse-prof, libghc-temporary-dev (>= 1.1), libghc-temporary-dev (<< 1.4), libghc-temporary-prof, libghc-wl-pprint-text-dev (>= 1.2), libghc-wl-pprint-text-dev (<< 1.3), libghc-wl-pprint-text-prof, Build-Depends-Indep: ghc-doc, libghc-colour-doc, libghc-dlist-doc, libghc-fgl-doc, libghc-polyparse-doc, libghc-temporary-doc, libghc-wl-pprint-text-doc, Standards-Version: 4.6.2 Homepage: https://github.com/ivan-m/graphviz Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-graphviz Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-graphviz] X-Description: bindings to Graphviz for graph visualization 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: . Almost complete coverage of all Graphviz attributes and syntax. . Support for specifying clusters. . The ability to use a custom node type. . Functions for running a Graphviz layout tool with all specified output types. . The ability to not only generate but also parse Dot code with two options: strict and liberal (in terms of ordering of statements). . Functions to convert FGL graphs and other graph-like data structures to Dot code - including support to group them into clusters - with a high degree of customisation by specifying which attributes to use and limited support for the inverse operation. . Round-trip support for passing an FGL graph through Graphviz to augment node and edge labels with positional information, etc. Package: libghc-graphviz-dev Architecture: any Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}, Recommends: ${haskell:Recommends}, Suggests: ${haskell:Suggests}, Provides: ${haskell:Provides}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb} Package: libghc-graphviz-prof Architecture: any Depends: ${haskell:Depends}, ${misc:Depends}, Recommends: ${haskell:Recommends}, Suggests: ${haskell:Suggests}, Provides: ${haskell:Provides}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb} Package: libghc-graphviz-doc Architecture: all Section: doc Depends: ${haskell:Depends}, ${misc:Depends}, Recommends: ${haskell:Recommends}, Suggests: ${haskell:Suggests}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb}