Name: HXQ Version: 0.7.2 Synopsis: An XQuery Compiler and Interpreter 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 provide an interpreter for evaluating ad-hoc XQueries read from input or from files. Category: XML build-type: Simple License-file: LICENSE License: GPL Author: Leonidas Fegaras Maintainer: fegaras@cse.uta.edu Homepage: http://lambda.uta.edu/HXQ/ extra-source-files: Makefile index.html data/cs.xml data/q1.xq data/q2.xq data/dblp.xq data/dblp2.xq XQuery.hs XQueryParser.hs XQueryParser.y XQueryCompiler.hs XQueryInterpreter.hs Test1.hs Test2.hs profile.hs compile hxml-0.2/Arrow.hs hxml-0.2/LLParsing.hs hxml-0.2/XML.hs hxml-0.2/AssocList.hs hxml-0.2/Misc.hs hxml-0.2/XMLParse.hs hxml-0.2/DTD.hs hxml-0.2/NTree.hs hxml-0.2/XMLScanner.hs hxml-0.2/ETree.hs hxml-0.2/PrintXML.hs hxml-0.2/Filter.hs hxml-0.2/TreeBuild.hs hxml-0.2/Tree.hs hxml-0.2/HXML.hs hxml-0.2/XMLCombinators.hs hxml-0.2/00-LICENSE.txt hxml-0.2/00-README.txt Build-Depends: base, haskell98, array, template-haskell Executable: xquery Main-is: Main.hs ghc-options: -ihxml-0.2