Cabal-Version: >= 1.2 Name: HXQ Version: 0.7.4 Synopsis: A Compiler from XQuery to Haskell Description: HXQ is a fast and space-efficient compiler from XQuery (the standard query language for XML) to embedded Haskell code. The translation is based on Haskell templates. It also provides an interpreter for evaluating ad-hoc XQueries read from input or from files. Category: XML Build-type: Simple License-file: LICENSE License: BSD3 Author: Leonidas Fegaras Copyright: 2008, Leonidas Fegaras Stability: experimental Maintainer: fegaras@cse.uta.edu Homepage: http://lambda.uta.edu/HXQ/ Extra-Source-Files: Makefile HXQ.hs XQueryParser.y Test1.hs Test2.hs profile.hs compile data-files: index.html data/cs.xml data/q1.xq data/q2.xq data/dblp.xq data/dblp2.xq hxml-0.2/00-LICENSE.txt hxml-0.2/00-README.txt Library Exposed-Modules: XQuery Other-Modules: XTree, XQueryCompiler, XQueryInterpreter, XQueryParser, XQueryOptimizer, HXML, DTD, LLParsing, TreeBuild, XMLParse, ETree, Misc, Tree, XMLScanner, AssocList, PrintXML, XML hs-source-dirs: . hxml-0.2 Build-Depends: base, haskell98, array, readline, template-haskell Executable xquery Main-is: Main.hs hs-source-dirs: . hxml-0.2 Build-Depends: base, haskell98, array, readline, template-haskell