My agentic slop goes here. Not intended for anyone else!
1(lang dune 3.0)
2
3(name river)
4
5(documentation "https://kayceesrk.github.io/river/")
6
7(source
8 (github kayceesrk/river))
9
10(license MIT)
11
12(authors "KC Sivaramakrishnan <sk826@cl.cam.ac.uk>")
13
14(maintainers "KC Sivaramakrishnan <sk826@cl.cam.ac.uk>")
15
16(generate_opam_files true)
17
18(package
19 (name river)
20 (synopsis "RSS2, Atom and JSON Feed aggregator for OCaml")
21 (description "RSS2, Atom and JSON Feed aggregator for OCaml")
22 (depends
23 (ocaml
24 (>= 5.2.0))
25 dune
26 (syndic
27 (>= 1.5))
28 (eio
29 (>= 1.0))
30 (eio_main
31 (>= 1.0))
32 requests
33 requests_json_api
34 eiocmd
35 logs
36 ptime
37 lambdasoup
38 uri
39 (cmdliner (>= 2.0.0))
40 fmt
41 xdge
42 (jsonfeed (>= 1.1.0))
43 (jsont (>= 0.2.0))
44 (jsont.bytesrw (>= 0.2.0))
45 sortal
46 (odoc :with-doc)))