hw-xml: Conduits for tokenizing streams.

[ bsd3, data, data-structures, library, program, succinct-data-structures, xml ] [ Propose Tags ]
Versions [RSS] 0.0.0.1, 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.2.0.0, 0.3.0.0, 0.4.0.0, 0.4.0.1, 0.4.0.2, 0.4.0.3, 0.4.0.4, 0.4.0.5, 0.4.0.6, 0.5.0.0, 0.5.1.0, 0.5.1.1, 0.5.1.2
Dependencies ansi-wl-pprint (>=0.6.9 && <0.7), array (>=0.5.2.0 && <0.6), attoparsec (>=0.13.2.2 && <0.14), base (>=4.7 && <5), bytestring (>=0.10.8.2 && <0.11), cereal (>=0.5.8.1 && <0.6), conduit (>=1.3.1.1 && <1.4), containers (>=0.6.2.1 && <0.7), deepseq (>=1.4.3.0 && <1.5), ghc-prim (>=0.5 && <0.6), hw-balancedparens (>=0.3.0.0 && <0.4), hw-bits (>=0.7.0.6 && <0.8), hw-conduit (>=0.2.0.5 && <0.3), hw-parser (>=0.1.0.1 && <0.2), hw-prim (>=0.6.2.28 && <0.7), hw-rankselect (>=0.13.1.0 && <0.14), hw-rankselect-base (>=0.3.2.1 && <0.4), hw-xml, lens (>=4.17.1 && <5.0), mtl (>=2.2.2 && <3), resourcet (>=1.2.2 && <1.3), transformers (>=0.5.5.0 && <0.6), vector (>=0.12.0.3 && <0.13), word8 (>=0.1.3 && <0.2) [details]
License BSD-3-Clause
Copyright 2016-2019 John Ky , 2016-2019 Alexey Raga
Author John Ky, Alexey Raga
Maintainer alexey.raga@gmail.com
Category Data, XML, Succinct Data Structures, Data Structures
Home page http://github.com/haskell-works/hw-xml#readme
Bug tracker https://github.com/haskell-works/hw-xml/issues
Source repo head: git clone https://github.com/haskell-works/hw-xml
Uploaded by haskellworks at 2019-06-28T12:05:46Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables hw-xml-example
Downloads 8518 total (49 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-06-28 [all 1 reports]

Readme for hw-xml-0.2.0.0

[back to package description]

hw-xml

CircleCI

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

Notes