xdot-0.3: xdot.cabal
name: xdot
version: 0.3
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-2016
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 separate 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, GHC == 7.8.3, GHC == 7.10.1, GHC == 7.10.2, GHC == 7.10.3
Extra-source-files: 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.3,
cairo >= 0.12 && < 0.14,
gtk3 >= 0.12 && < 0.15,
graphviz >= 2999.16 && < 2999.19,
text >= 0.11 && < 1.3,
polyparse >= 1.8 && < 1.12
Hs-source-dirs: src/
Ghc-options: -Wall -fno-warn-unused-do-bind
Executable xdot-demo
Default-Language: Haskell2010
Main-Is: Demo.hs
Build-depends: base,
cairo,
graphviz,
gtk3,
text,
transformers,
-- ourselves
xdot
source-repository head
type: git
location: https://github.com/def-/xdot.git