Source: haskell-graphviz
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Clint Adams <clint@debian.org>
Priority: extra
Section: haskell
Build-Depends: debhelper (>= 9),
 haskell-devscripts (>= 0.10),
 cdbs,
 ghc,
 ghc-prof,
 libghc-colour-dev (>= 2.3),
 libghc-colour-dev (<< 2.4),
 libghc-colour-prof,
 libghc-dlist-dev (>= 0.5),
 libghc-dlist-dev (<< 0.9),
 libghc-dlist-prof,
 libghc-fgl-dev (>= 5.4),
 libghc-fgl-dev (<< 5.6),
 libghc-fgl-prof,
 libghc-polyparse-dev (>= 1.9),
 libghc-polyparse-dev (<< 1.13),
 libghc-polyparse-prof,
 libghc-temporary-dev (>= 1.1),
 libghc-temporary-dev (<< 1.3),
 libghc-temporary-prof,
 libghc-text-dev,
 libghc-text-prof,
 libghc-wl-pprint-text-dev (>= 1.1.0.0),
 libghc-wl-pprint-text-dev (<< 1.2.0.0),
 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-text-doc,
 libghc-wl-pprint-text-doc,
Standards-Version: 3.9.8
Homepage: http://projects.haskell.org/graphviz/
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git
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},
 ${shlibs:Depends},
 ${misc: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: ${misc:Depends},
 ${haskell:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 ${haskell:LongDescription}
 .
 ${haskell:Blurb}
