Skip to content

Commit

Permalink
[new release] river (0.4)
Browse files Browse the repository at this point in the history
CHANGES:

- Replace ocamlnet HTML parser with Lambda Soup (tarides/river#15, @aantron)
  • Loading branch information
tmattio committed Nov 8, 2024
1 parent d8b8cea commit 7093fa3
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions packages/river/river.0.4/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
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/tarides/river"
doc: "https://tarides.github.io/river/"
bug-reports: "https://github.com/tarides/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/tarides/river.git"
url {
src: "https://github.com/tarides/river/releases/download/0.4/river-0.4.tbz"
checksum: [
"sha256=c11a290101c8b80cf3c482bf11f5be2a9de97e8b92d5859e12034358792dec51"
"sha512=7e53a3c339f2ff018a49026280d0833552b09c44df656633b49ed20a42709d1e559c2a8010c17681f479532d62c728840b71d34e973be6fc6b977f92bed15870"
]
}
x-commit-hash: "4cbf56b9dc73f8c28ff9be708e4e28e07a2d23e2"

0 comments on commit 7093fa3

Please sign in to comment.