@hackage atom-conduit0.4.0.2
Streaming parser/renderer for the Atom 1.0 standard (RFC 4287).
Deprecated
Dependencies (14)
- base >=4.8 && <5
- blaze-builder
- conduit
- conduit-combinators >=1.0.5
- lens-simple
- mono-traversable >=1.0.0.1 Show all…
Dependents (3)
@hackage/rss-conduit, @hackage/imm, @hackage/hsec-tools
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.