HXQ: A Compiler from XQuery to Haskell
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 XQueries from input and an optional database connectivity using HDBC with MySQL/ODBC or sqlite3.
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
mysql | provides database connectivity using HDBC and MySql through HDBC-odbc. | Disabled |
sqlite | provides database connectivity using HDBC and HDBC-sqlite. | Disabled |
base3 | Use Version 3 of Base | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- HXQ-0.20.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.7.2, 0.7.4, 0.8, 0.8.3, 0.8.4, 0.8.5, 0.8.5.1, 0.9.0, 0.10.0, 0.11.0, 0.12.0, 0.14.0, 0.15.0, 0.16.0, 0.17.0, 0.17.2, 0.18.0, 0.18.1, 0.18.2, 0.19.0, 0.20.0, 0.20.1 |
---|---|
Dependencies | array, base (>=3 && <4 || >=4.0 && <5), haskeline, HDBC, HDBC-odbc, HDBC-sqlite3, HTTP (>4000.0.4), mtl, regex-base, regex-compat, template-haskell [details] |
License | BSD-3-Clause |
Copyright | 2008-2016 Leonidas Fegaras |
Author | Leonidas Fegaras |
Maintainer | Leonidas Fegaras <fegaras@cse.uta.edu> |
Category | XML |
Home page | http://lambda.uta.edu/HXQ/ |
Uploaded | by LeonidasFegaras at 2016-01-07T19:18:19Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 23614 total (102 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2016-01-07 [all 1 reports] |