flow2dot-0.9.0.3: flow2dot.cabal
Name: flow2dot
Version: 0.9.0.3
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.6
Tested-With: GHC >=6.10.4
Build-Type: Simple
Extra-Source-Files: README ChangeLog sample.flow
Library
hs-source-dirs: .
Extensions: CPP
Exposed-Modules: Text.FlowDiagram
Other-Modules: Text.Dot
Build-Depends: base >=3 && <=5, mtl >= 1.0, containers, QuickCheck, parsec, utf8-string
if impl(ghc >= 7.0)
cpp-options: -DNATIVEUTF8
if impl(ghc < 7.2.1)
Build-Depends: haskell98
Executable flow2dot
hs-source-dirs: .
Main-Is: flow2dot.hs
Extensions: CPP
Other-Modules: Text.Dot
Text.FlowDiagram
if impl(ghc >= 7.0)
cpp-options: -DNATIVEUTF8
source-repository head
type: darcs
location: http://patch-tag.com/r/adept/flow2dot