hw-xml: Conduits for tokenizing streams.

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Warnings:

Please see README.md


[Skip to Readme]

Properties

Versions 0.0.0.1, 0.1.0.0, 0.1.0.1, 0.1.0.2, 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
Change log None available
Dependencies ansi-wl-pprint, array, attoparsec, base (>=4 && <5), bytestring, cereal, conduit, containers, deepseq, 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
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 2018-03-27T10:49:07Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for hw-xml-0.1.0.2

[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