https://github.com/k0ral/atom-conduit
Streaming parser/renderer for the Atom 1.0 standard (RFC 4287).
https://github.com/k0ral/atom-conduit
conduit streaming-parser
Last synced: 3 months ago
JSON representation
Streaming parser/renderer for the Atom 1.0 standard (RFC 4287).
- Host: GitHub
- URL: https://github.com/k0ral/atom-conduit
- Owner: k0ral
- License: cc0-1.0
- Created: 2015-06-24T15:40:49.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-12-25T19:19:16.000Z (over 4 years ago)
- Last Synced: 2024-11-07T05:47:43.229Z (7 months ago)
- Topics: conduit, streaming-parser
- Language: Haskell
- Homepage: http://hackage.haskell.org/package/atom-conduit
- Size: 75.2 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# atom-conduit
This [Haskell][hsk] library implements a streaming parser/renderer for the [Atom 1.0 syndication format][atom], based on [conduit][cdt]s.
Parsers are as much lenient as possible. E.g. unexpected tags are simply ignored.
[atom]: http://tools.ietf.org/html/rfc4287
[cdt]: https://hackage.haskell.org/package/conduit
[hsk]: https://haskell.org