@hackage / atom-conduit

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

Latest0.9.0.2

About

Metadata

  • Last updated , by koral
  • License CC0-1.0
  • Categories Streaming, XML
  • Maintained by: mail@cmoreau.info

  • Lottery factor: 1

Links

Installation

Tested Compilers

  1. 9.4.8
  2. 9.4.7
  3. 9.4.6
  4. 9.4.5
  5. 9.4.4
  6. 9.4.3
  7. 9.4.2
  8. 9.4.1
  9. 9.2.8
  10. 9.2.7
  11. 9.2.6
  12. 9.2.5
  13. 9.2.4
  14. 9.2.3
  15. 9.2.2
  16. 9.2.1
  17. 9.0.2
  18. 9.0.1
  19. 8.10.7
  20. 8.10.6
  21. 8.10.5
  22. 8.10.4
  23. 8.10.3
  24. 8.10.2
  25. 8.10.1
  26. 8.8.4
  27. 8.8.3
  28. 8.8.2
  29. 8.8.1
  30. 8.6.5
  31. 8.6.4
  32. 8.6.3
  33. 8.6.2
  34. 8.6.1
  35. 8.4.4
  36. 8.4.3
  37. 8.4.2

Package Flags

Use the -f option with cabal commands to enable flags

    enable-hlint-test (off by default)

    Enable hlint test-suite

Readme

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.