@hackage atom-conduit0.9.0.2
Streaming parser/renderer for the Atom 1.0 standard (RFC 4287).
Installation
Tested Compilers
Dependencies (16)
- base >=4.7 && <5
- blaze-builder
- conduit >=1.3
- microlens
- microlens-th
- 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.