Skip to content

Commit a02d2ce

Browse files
committed
[new release] syndic (1.7.0)
CHANGES: * Fix categories on RSS2 (@yawaramin, @dinosaure, Cumulus/Syndic#87)
1 parent f08d434 commit a02d2ce

File tree

1 file changed

+43
-0
lines changed
  • packages/syndic/syndic.1.7.0

1 file changed

+43
-0
lines changed

packages/syndic/syndic.1.7.0/opam

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
opam-version: "2.0"
2+
maintainer: "Romain Calascibetta <[email protected]>"
3+
authors: [ "Romain Calascibetta"
4+
"Christophe Troestler" ]
5+
license: "MIT"
6+
homepage: "https://github.com/Cumulus/Syndic"
7+
dev-repo: "git+https://github.com/Cumulus/Syndic.git"
8+
bug-reports: "https://github.com/Cumulus/Syndic/issues"
9+
doc: "https://cumulus.github.io/Syndic/"
10+
synopsis: "RSS1, RSS2, Atom and OPML1 parsing"
11+
description: """
12+
Pure OCaml Library for parsing and writing various types of
13+
feeds and subscriber lists."""
14+
15+
build: [
16+
[ "dune" "subst" ]
17+
[ "dune" "build" "-p" name "-j" jobs ]
18+
[ "dune" "runtest" "-p" name ] {with-test & ocaml:version >= "4.04.1"}
19+
]
20+
21+
22+
depends: [
23+
"ocaml" {>= "4.03.0"}
24+
"dune"
25+
"ptime"
26+
"uri" {>= "1.9"}
27+
"xmlm" {>= "1.2.0"}
28+
"fmt" {with-test}
29+
"ocurl" {with-test}
30+
"fpath" {with-test}
31+
"ocplib-json-typed" {with-test}
32+
"base-unix" {with-test}
33+
"jsonm" {with-test}
34+
]
35+
url {
36+
src:
37+
"https://github.com/Cumulus/Syndic/releases/download/v1.7.0/syndic-1.7.0.tbz"
38+
checksum: [
39+
"sha256=7c4526ccc5159640b8782e2fc20bba33ba7191f8a1f743991bcee474c59f8003"
40+
"sha512=330c32a361c50d0bd7aa89aece9c7d12737e562ffc7d207656101e441797d681ca117ec60fd1b8cf81c1bb0c9d793a00209394d245a8b6523858fafb96716090"
41+
]
42+
}
43+
x-commit-hash: "5f11016b9e6a532d4a146af86b6e5f095f2a902a"

0 commit comments

Comments
 (0)