packages feed

xdot-0.2.4: xdot.cabal

name:               xdot
version:            0.2.4
license:            BSD3
license-file:       LICENSE
category:           Graphs, Graphics
cabal-version:      >= 1.10
build-type:         Simple
author:             Dennis Felsing <dennis@felsin9.de>
maintainer:         Dennis Felsing <dennis@felsin9.de>
copyright:          Dennis Felsing 2012-2013
synopsis:           Parse Graphviz xdot files and interactively view them using GTK and Cairo
description:        Parse Graphviz xdot files and interactively view them using
                    GTK and Cairo.
                    .
                    Currently not all xdot features are supported. Nodes and
                    edges can be highlighted by hovering them and clicked.
                    .
                    For an example of using this library try the accompanying
                    @Demo.hs@ with the dot-files in @dot-examples/@.
                    .
                    This library was originally written as part of ghc-vis, but
                    is now a seperate project, in case anyone else may have a
                    use for it.

tested-with: GHC == 7.4.1, GHC == 7.4.2, GHC == 7.6.1, GHC == 7.6.2, GHC == 7.6.3
Extra-source-files: Demo.hs, dot-examples/*.dot
Library
  Exposed-modules: Graphics.XDot.Parser Graphics.XDot.Viewer Graphics.XDot.Types
  Default-Language: Haskell2010
  Build-depends: base == 4.*,
                 mtl >= 2.0 && < 2.2,
                 cairo == 0.12.*,
                 gtk == 0.12.*,
                 graphviz == 2999.16.*,
                 text == 0.11.*,
                 polyparse >= 1.8 && < 1.10
  Hs-source-dirs: src/
  Ghc-options: -Wall -fno-warn-unused-do-bind

source-repository head
    type:     git
    location: git://r0q.ath.cx/xdot