atom-conduit: Streaming parser/renderer for the Atom 1.0 standard (RFC 4287).

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 refer to README.


[Skip to Readme]

Properties

Versions 0.1.0.0, 0.2.0.0, 0.3.0.0, 0.3.1.0, 0.3.1.1, 0.3.1.2, 0.4.0.0, 0.4.0.1, 0.4.0.2, 0.4.0.3, 0.5.0.0, 0.5.0.0, 0.5.0.1, 0.5.0.2, 0.5.0.3, 0.6.0.0, 0.7.0.0, 0.8.0.0, 0.9.0.0, 0.9.0.1
Change log None available
Dependencies base (>=4.8 && <5), blaze-builder, conduit, conduit-combinators (>=1.0.5), lens-simple, mono-traversable (>=1.0.0.1), parsers, safe-exceptions, text, time (>=1.5), timerep (>=2.0), uri-bytestring (>=0.2), xml-conduit (>=1.5), xml-types [details]
License LicenseRef-PublicDomain
Author koral
Maintainer koral att mailoo dott org
Category XML, Conduit
Source repo head: git clone git://github.com/k0ral/atom-conduit.git
Uploaded by koral at 2017-09-17T20:32:21Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for atom-conduit-0.5.0.0

[back to package description]

atom-conduit

This Haskell library implements a streaming parser/renderer for the Atom 1.0 syndication format, based on conduits.

Parsers are as much lenient as possible. E.g. unexpected tags are simply ignored.