@hackage atom-conduit0.3.1.2
Streaming parser/renderer for the Atom 1.0 standard (RFC 4287).
Installation
Dependencies (15)
- base >=4.8 && <5
- conduit
- conduit-parse
- exceptions
- foldl
- lens-simple 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.