atom-conduit

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

Version on this page:0.5.0.0
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

LicenseRef-PublicDomain licensed by koral
Maintained by koral att mailoo dott org
This version can be pinned in stack with:atom-conduit-0.5.0.0@sha256:b880e70e8d5dea3358d5913e52a2e04f01a434f4f71ba4712bf029b9cc37a553,1698

Module documentation for 0.5.0.0

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.