@hackage atom-conduit0.5.0.2
Streaming parser/renderer for the Atom 1.0 standard (RFC 4287).
Installation
Dependencies (13)
- base >=4.9 && <5
- blaze-builder
- conduit >=1.3
- lens-simple
- mono-traversable >=1.0.0.1
- parsers Show all…
Dependents (3)
@hackage/rss-conduit, @hackage/imm, @hackage/hsec-tools
Package Flags
enable-hlint-test
(off by default)
Enable hlint test-suite
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.