@hackage hw-xml0.5.1.2
XML parser based on succinct data structures.
Categories
License
BSD-3-Clause
Maintainer
alexey.raga@gmail.com
Links
Versions
Installation
Tested Compilers
Dependencies (23)
- array >=0.5.2.0 && <0.6
- base >=4.11 && <5
- bytestring >=0.10.8.2 && <0.13
- containers >=0.5.10.2 && <0.8
- deepseq >=1.4.3.0 && <1.6
- ghc-prim >=0.5 && <0.12 Show all…
Dependents (1)
@hackage/hw-all
hw-xml
hw-xml
is a high performance XML parsing library. It uses
succinct data-structures to allow traversal of large XML
strings with minimal memory overhead.
For an example, see app/Main.hs