@hackage / rss-conduit

Streaming parser/renderer for the RSS standard.

Latest0.6.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.10.3
  2. 9.10.2
  3. 9.10.1
  4. 9.8.4
  5. 9.8.3
  6. 9.8.2
  7. 9.8.1
  8. 9.6.7
  9. 9.6.6
  10. 9.6.5
  11. 9.6.4
  12. 9.6.3
  13. 9.6.2
  14. 9.6.1
  15. 9.4.8
  16. 9.4.7
  17. 9.4.6
  18. 9.4.5
  19. 9.4.4
  20. 9.4.3
  21. 9.4.2
  22. 9.4.1
  23. 9.2.8
  24. 9.2.7
  25. 9.2.6
  26. 9.2.5
  27. 9.2.4
  28. 9.2.3
  29. 9.2.2
  30. 9.2.1
  31. 9.0.2
  32. 9.0.1
  33. 8.10.7
  34. 8.10.6
  35. 8.10.5
  36. 8.10.4
  37. 8.10.3
  38. 8.10.2
  39. 8.10.1
  40. 8.8.4
  41. 8.8.3
  42. 8.8.2
  43. 8.8.1
  44. 8.6.5
  45. 8.6.4
  46. 8.6.3
  47. 8.6.2
  48. 8.6.1
  49. 8.4.4
  50. 8.4.3
  51. 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

rss-conduit

This Haskell library implements a streaming parser/renderer for the RSS 2.0 syndication format, and a streaming parser for the RSS 1.0 syndication format, based on conduits.

Parsers are lenient as much as possible. E.g. unexpected tags are simply ignored.