package river

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

Install

Dune Dependency

Authors

Maintainers

Sources

v0.1.3.tar.gz
md5=a3b686e8e517208e8f436114679847b5

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: 01 Jul 2017

Dependencies (6)

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

Dev Dependencies

None

Used by

None

Conflicts

None