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

[ conduit, library, public-domain, xml ] [ Propose Tags ]
This version is deprecated.

Please refer to README.


[Skip to Readme]

Modules

[Last Documentation]

  • Text
    • Atom
      • Conduit
        • Text.Atom.Conduit.Parse
        • Text.Atom.Conduit.Render
      • Text.Atom.Lens
      • Text.Atom.Types

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 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.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 (info)
Dependencies base (>=4.8 && <5), conduit, conduit-parse, exceptions, foldl, microlens, microlens-th, mono-traversable, parsers, text, time (>=1.5), timerep (>=2.0), uri-bytestring (>=0.2), xml-conduit (>=1.3), xml-conduit-parse (>=0.3), xml-types [details]
License LicenseRef-OtherLicense
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 2016-06-23T22:12:40Z
Distributions LTSHaskell:0.9.0.1, NixOS:0.9.0.1
Reverse Dependencies 2 direct, 1 indirect [details]
Downloads 11655 total (54 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-11-23 [all 2 reports]

Readme for atom-conduit-0.3.1.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.