opam-version: "2.0"
maintainer: "sk826@cl.cam.ac.uk"
authors: "KC Sivaramakrishnan"
homepage: "https://github.com/kayceesrk/river"
bug-reports: "https://github.com/kayceesrk/river/issues"
license: "ISC"
dev-repo: "git+https://github.com/kayceesrk/river.git"
build: [
  ["./configure" "--prefix" prefix]
  [make]
]
install: [make "install"]
remove: ["ocamlfind" "remove" "river"]
depends: [
  "ocaml" {>= "4.01.0"}
  "ocamlnet" {>= "4.0.2"}
  "lwt" {>= "2.4.7"}
  "cohttp" {>= "0.15.1" & < "0.99"}
  "syndic" {>= "1.5"}
  "ocamlfind" {build}
]
synopsis: "A planet (feed aggregator) in OCaml."
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."""
flags: light-uninstall
url {
  src: "https://github.com/kayceesrk/river/archive/v0.1.3.tar.gz"
  checksum: "md5=a3b686e8e517208e8f436114679847b5"
}
