atom-conduit

Streaming parser/renderer for the Atom 1.0 standard (RFC 4287).

LTS Haskell 22.13:0.9.0.1
Stackage Nightly 2023-12-26:0.9.0.1
Latest on Hackage:0.9.0.1

See all snapshots atom-conduit appears in

CC0-1.0 licensed by koral
Maintained by [email protected]
This version can be pinned in stack with:atom-conduit-0.9.0.1@sha256:2f6308511b22afd8972908ca103e4a128710ed7483cbd3b704115e8c36b906de,2680

Module documentation for 0.9.0.1

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.