this repo has no description
0
fork

Configure Feed

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

Package rss.3.0

+30
+30
packages/rss/rss.3.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Library to read and write RSS files" 3 + maintainer: "Zoggy <zoggy@bat8.org>" 4 + authors: "Zoggy <zoggy@bat8.org>" 5 + license: "LGPL-3.0-only" 6 + tags: ["rss" "xml"] 7 + homepage: "http://zoggy.frama.io/ocamlrss/" 8 + doc: "https://zoggy.frama.io/ocamlrss/refdoc/Rss.html" 9 + bug-reports: "https://framagit.org/zoggy/ocamlrss/-/issues" 10 + depends: [ 11 + "ocaml" {>= "4.12.0"} 12 + "dune" {build} 13 + "uri" {>= "4.2.0"} 14 + "xmlm" {>= "1.3.0"} 15 + "ptime" {>= "0.8.5"} 16 + ] 17 + build: [ 18 + ["dune" "subst"] {pinned} 19 + ["dune" "build" "-p" name "-j" jobs] 20 + ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc} 21 + ] 22 + dev-repo: "git+https://framagit.org/zoggy/ocamlrss.git" 23 + url { 24 + src: 25 + "https://framagit.org/zoggy/ocamlrss/-/archive/3.0/ocamlrss-3.0.tar.bz2" 26 + checksum: [ 27 + "md5=78b4e42835dcb79233f9b74d3fd4a66c" 28 + "sha512=5716db7d78e12912b8660122ffbc30aabb9ae2b234bf4776213d4ce7d1ce7f9870b4b4fdc266448e21928db340c89290a725fd58e55d91d8ad811bc5a6c04dcd" 29 + ] 30 + }