this repo has no description

Merge pull request #21206 from tmattio/release-river-0.2

[new release] river (0.2)

Kate d6caf3d9 6b78447e

Changed files
+46
packages
river
river.0.2
+46
packages/river/river.0.2/opam
···
+
opam-version: "2.0"
+
synopsis: "RSS2 and Atom feed aggregator for OCaml"
+
description: "RSS2 and Atom feed aggregator for OCaml"
+
maintainer: ["KC Sivaramakrishnan <sk826@cl.cam.ac.uk>"]
+
authors: ["KC Sivaramakrishnan <sk826@cl.cam.ac.uk>"]
+
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"
+
"ocamlnet"
+
"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"
+
url {
+
src:
+
"https://github.com/kayceesrk/river/releases/download/0.2/river-0.2.tbz"
+
checksum: [
+
"sha256=8bf4a8cfc46ed255a4c97c081308755b8a35108778c3b80e5ec3f6a2cb3e8c72"
+
"sha512=a8aa8dfe4156640de04e7236eb0b5beffbf7d802ed110ae7afdc595e5b723dfcdb059fc6bf344c48cf06c47193f5727c4aefd060ace0cf7619c60e7071de1392"
+
]
+
}
+
x-commit-hash: "2fa44943d11613a09f6f3bc92012a2b75df654d7"