package river

  1. Overview
  2. Docs
A planet (feed aggregator) in OCaml.

Install

Dune Dependency

Authors

Maintainers

Sources

v0.1.2.tar.gz
md5=6784062021d5d9c760cb6ae582aa97a2

Description

A library for aggregating RSS2 and Atom feeds in OCaml.

Features:

  • Performs deduplication.
  • Supports pagination and generating well-formed html prefix snippets.
  • Support for generating aggregate feeds.
  • Sorts the posts from most recent to oldest.
  • Depends on ocamlnet for html parsing.

Published: 24 Mar 2015

Dependencies (7)

  1. ocamlbuild build
  2. ocamlfind build
  3. syndic >= "1.2" & < "1.4"
  4. cohttp >= "0.15.1" & < "0.99"
  5. lwt >= "2.4.7"
  6. ocamlnet >= "4.0.2"
  7. ocaml >= "4.01.0"

Dev Dependencies

None

Used by

None

Conflicts

None