(lang dune 3.0) (name river) (documentation "https://kayceesrk.github.io/river/") (source (github kayceesrk/river)) (license MIT) (authors "KC Sivaramakrishnan ") (maintainers "KC Sivaramakrishnan ") (generate_opam_files true) (package (name river) (synopsis "RSS2, Atom and JSON Feed aggregator for OCaml") (description "RSS2, Atom and JSON Feed aggregator for OCaml") (depends (ocaml (>= 5.2.0)) dune (syndic (>= 1.5)) (eio (>= 1.0)) (eio_main (>= 1.0)) requests requests_json_api eiocmd logs ptime lambdasoup uri (cmdliner (>= 2.0.0)) fmt xdge (jsonfeed (>= 1.1.0)) (jsont (>= 0.2.0)) (jsont.bytesrw (>= 0.2.0)) sortal (odoc :with-doc)))