Name: Zora Version: 1.1.10 Synopsis: Graphing library wrapper + assorted useful functions Description: A library of assorted useful functions and data types and classes for working with lists, doing mathematical operations and graphing custom data types. Category: Unclassified Cabal-Version: >= 1.6 License: BSD3 License-File: LICENSE Stability: Experimental Author: Brett Wines Maintainer: brettwines@gmail.com Homepage: http://github.com/bgwines/zora Build-Type: Simple Extra-Source-Files: supporting-files/dot.hs Source-Repository head type: git location: git://github.com/bgwines/zora.git Library Build-Depends: base >= 4 && < 5, random, containers, bytestring, text, graphviz, fgl, shelly >= 1.5.4.1, directory Exposed-Modules: Zora.List Zora.Math Zora.Types Zora.Graphing.TreeGraphing Zora.Graphing.DAGGraphing