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, array, attoparsec, base (>=4 && <5), bytestring, cereal, conduit, containers, ghc-prim, hw-balancedparens (>=0.2.0.1), hw-bits (>=0.7.0.2), hw-conduit (>=0.2.0.2), hw-parser, hw-prim (>=0.5.0.0), hw-rankselect (>=0.10.0.3), hw-rankselect-base (>=0.2.0.0), hw-xml, lens, mtl, resourcet, transformers, vector, word8 [details]
License BSD-3-Clause
Copyright 2016 John Ky, Alexey Raga
Author John Ky, Alexey Raga
Maintainer alexey.raga@gmail.com
Category Data, XML
Home page http://github.com/haskell-works/hw-xml#readme
Source repo head: git clone https://github.com/haskell-works/hw-xml
Uploaded by haskellworks at 2017-09-17T23:11:59Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables hw-xml-example
Downloads 8544 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 2017-09-17 [all 1 reports]

Readme for hw-xml-0.1.0.1

[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