atom-conduit: Streaming parser/renderer for the Atom 1.0 standard (RFC 4287).

[ conduit, library, public-domain, xml ] [ Propose Tags ]

Cf README.


[Skip to Readme]

Flags

Manual Flags

NameDescriptionDefault
enable-hlint-test

Enable hlint test-suite

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.2.0.0, 0.3.0.0, 0.3.1.0, 0.3.1.1, 0.3.1.2, 0.4.0.0, 0.4.0.1, 0.4.0.2, 0.4.0.3, 0.5.0.0, 0.5.0.1, 0.5.0.2, 0.5.0.3, 0.6.0.0, 0.7.0.0, 0.8.0.0, 0.9.0.0, 0.9.0.1 (info)
Dependencies base-noprelude (>=4.7 && <5), blaze-builder, conduit (>=1.3), lens-simple, parsers, prettyprinter, refined (>=0.2 && <0.5), relude, safe-exceptions, text, time (>=1.5), timerep (>=2.0), uri-bytestring (>=0.2), xml-conduit (>=1.9), xml-types [details]
License CC0-1.0
Author koral
Maintainer chahine.moreau@gmail.com
Revised Revision 1 made by koral at 2020-08-02T08:40:21Z
Category XML, Conduit
Bug tracker https://github.com/k0ral/atom-conduit/issues
Source repo head: git clone git://github.com/k0ral/atom-conduit.git
Uploaded by koral at 2019-05-23T05:56:01Z
Distributions LTSHaskell:0.9.0.1, NixOS:0.9.0.1
Reverse Dependencies 2 direct, 1 indirect [details]
Downloads 11621 total (45 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-05-23 [all 1 reports]

Readme for atom-conduit-0.7.0.0

[back to package description]

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.