flow2dot-0.6: flow2dot.cabal
Name: flow2dot
Version: 0.6
License: BSD3
License-File: LICENSE
Author: Dmitry Astapov <dastapov@gmail.com>
Maintainer: Dmitry Astapov <dastapov@gmail.com>
Synopsis: Library and binary to generate sequence/flow diagrams from plain text source
Description: Generates sequence diagrams from textual descriptions with help of Graphviz graph drawing tool.
Check out <http://adept.linux.kiev.ua:8080/repos/flow2dot/sample.flow> (source)
and <http://adept.linux.kiev.ua:8080/repos/flow2dot/sample.png> (output).
Homepage: http://adept.linux.kiev.ua:8080/repos/flow2dot
Category: Tool
Stability: beta
Cabal-Version: >= 1.2
Tested-With: GHC >=6.8.2
Build-Type: Simple
Extra-Source-Files: README flow2dot-fix-dot-lost-edges
Library
Exposed-Modules: Text.FlowDiagram
Build-Depends: base, mtl >= 1.0, containers, haskell98, QuickCheck, parsec, utf8-string
Executable flow2dot
Main-Is: flow2dot.hs