1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108
|
Source: haskell-graphviz
Section: haskell
Priority: extra
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Clint Adams <clint@debian.org>
Build-Depends: debhelper (>= 9)
, cdbs
, haskell-devscripts (>= 0.8.15)
, 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.8)
, 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.10)
, libghc-polyparse-prof
, libghc-temporary-dev (>= 1.1)
, libghc-temporary-dev (<< 1.3)
, libghc-temporary-prof
, libghc-text-dev
, libghc-text-prof
, libghc-transformers-dev (>= 0.2)
, libghc-transformers-dev (<< 0.5)
, libghc-transformers-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-transformers-doc
, libghc-wl-pprint-text-doc
Standards-Version: 3.9.5
Homepage: http://hackage.haskell.org/package/graphviz
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-graphviz
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/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}
, ${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
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
${haskell:Blurb}
|