this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #26848 from tmattio/release-river-0.4

[new release] river (0.4)

authored by

Marcello Seri and committed by
GitHub
d6bf9df6 0f4a7e13

+44
+44
packages/river/river.0.4/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "RSS2 and Atom feed aggregator for OCaml" 3 + description: "RSS2 and Atom feed aggregator for OCaml" 4 + maintainer: ["KC Sivaramakrishnan <sk826@cl.cam.ac.uk>"] 5 + authors: ["KC Sivaramakrishnan <sk826@cl.cam.ac.uk>"] 6 + license: "MIT" 7 + homepage: "https://github.com/tarides/river" 8 + doc: "https://tarides.github.io/river/" 9 + bug-reports: "https://github.com/tarides/river/issues" 10 + depends: [ 11 + "ocaml" {>= "4.08.0"} 12 + "dune" {>= "3.0"} 13 + "syndic" {>= "1.5"} 14 + "cohttp" {>= "5.0.0"} 15 + "cohttp-lwt" {>= "5.0.0"} 16 + "cohttp-lwt-unix" {>= "5.0.0"} 17 + "ptime" 18 + "lwt" 19 + "lambdasoup" 20 + "odoc" {with-doc} 21 + ] 22 + build: [ 23 + ["dune" "subst"] {dev} 24 + [ 25 + "dune" 26 + "build" 27 + "-p" 28 + name 29 + "-j" 30 + jobs 31 + "@install" 32 + "@runtest" {with-test} 33 + "@doc" {with-doc} 34 + ] 35 + ] 36 + dev-repo: "git+https://github.com/tarides/river.git" 37 + url { 38 + src: "https://github.com/tarides/river/releases/download/0.4/river-0.4.tbz" 39 + checksum: [ 40 + "sha256=c11a290101c8b80cf3c482bf11f5be2a9de97e8b92d5859e12034358792dec51" 41 + "sha512=7e53a3c339f2ff018a49026280d0833552b09c44df656633b49ed20a42709d1e559c2a8010c17681f479532d62c728840b71d34e973be6fc6b977f92bed15870" 42 + ] 43 + } 44 + x-commit-hash: "4cbf56b9dc73f8c28ff9be708e4e28e07a2d23e2"