My agentic slop goes here. Not intended for anyone else!
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "RSS2, Atom and JSON Feed aggregator for OCaml"
4description: "RSS2, Atom and JSON Feed aggregator for OCaml"
5maintainer: ["KC Sivaramakrishnan <sk826@cl.cam.ac.uk>"]
6authors: ["KC Sivaramakrishnan <sk826@cl.cam.ac.uk>"]
7license: "MIT"
8homepage: "https://github.com/kayceesrk/river"
9doc: "https://kayceesrk.github.io/river/"
10bug-reports: "https://github.com/kayceesrk/river/issues"
11depends: [
12 "ocaml" {>= "5.2.0"}
13 "dune" {>= "3.0"}
14 "syndic" {>= "1.5"}
15 "eio" {>= "1.0"}
16 "eio_main" {>= "1.0"}
17 "requests"
18 "requests_json_api"
19 "eiocmd"
20 "logs"
21 "ptime"
22 "lambdasoup"
23 "uri"
24 "cmdliner" {>= "2.0.0"}
25 "fmt"
26 "xdge"
27 "jsonfeed" {>= "1.1.0"}
28 "jsont" {>= "0.2.0"}
29 "jsont.bytesrw" {>= "0.2.0"}
30 "odoc" {with-doc}
31]
32build: [
33 ["dune" "subst"] {dev}
34 [
35 "dune"
36 "build"
37 "-p"
38 name
39 "-j"
40 jobs
41 "@install"
42 "@runtest" {with-test}
43 "@doc" {with-doc}
44 ]
45]
46dev-repo: "git+https://github.com/kayceesrk/river.git"