-
Notifications
You must be signed in to change notification settings - Fork 5
/
river.opam
37 lines (37 loc) · 898 Bytes
/
river.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "RSS2 and Atom feed aggregator for OCaml"
description: "RSS2 and Atom feed aggregator for OCaml"
maintainer: ["KC Sivaramakrishnan <[email protected]>"]
authors: ["KC Sivaramakrishnan <[email protected]>"]
license: "MIT"
homepage: "https://github.com/kayceesrk/river"
doc: "https://kayceesrk.github.io/river/"
bug-reports: "https://github.com/kayceesrk/river/issues"
depends: [
"ocaml" {>= "4.08.0"}
"dune" {>= "3.0"}
"syndic" {>= "1.5"}
"cohttp" {>= "5.0.0"}
"cohttp-lwt" {>= "5.0.0"}
"cohttp-lwt-unix" {>= "5.0.0"}
"ptime"
"lwt"
"lambdasoup"
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/kayceesrk/river.git"