name: treeviz version: 0.0.2 cabal-version: >=1.8 build-type: Simple license: BSD3 license-file: LICENSE copyright: Copyright (c) 2013 David Banas; all rights reserved World wide. maintainer: capn.freako@gmail.com stability: Experimental synopsis: Visualization of computation decomposition trees. description: This Haskell package provides some tools for visualizing the decomposition of different divide and conquer algorithms. category: Algorithm Visualization author: David B. Banas tested-with: GHC -any data-dir: "" extra-source-files: README TODO library build-depends: QuickCheck -any, base >=2 && <4, containers -any, random -any exposed-modules: Data.Tree.LogTree exposed: True buildable: True cpp-options: -DMAIN_FUNCTION=testMain hs-source-dirs: src executable treeviz build-depends: QuickCheck -any, base >=2 && <4, containers -any, random -any main-is: Main.hs buildable: True hs-source-dirs: src other-modules: Data.Tree.LogTree test-suite test-treeviz build-depends: QuickCheck -any, base >=2 && <4, containers -any, random -any type: exitcode-stdio-1.0 main-is: Main.hs buildable: True cpp-options: -DMAIN_FUNCTION=testMain hs-source-dirs: src source-repository head type: git location: git://github.com/capn-freako/treeviz.git source-repository this type: git location: git://github.com/capn-freako/treeviz.git tag: v0.0.2