opam-version: "2.0" synopsis: "Library to read and write RSS files" maintainer: "Zoggy " authors: "Zoggy " license: "LGPL-3.0-only" tags: ["rss" "xml"] homepage: "http://zoggy.frama.io/ocamlrss/" doc: "https://zoggy.frama.io/ocamlrss/refdoc/Rss.html" bug-reports: "https://framagit.org/zoggy/ocamlrss/-/issues" depends: [ "ocaml" {>= "4.12.0"} "dune" {>= "2.0"} "uri" {>= "4.2.0"} "xmlm" {>= "1.3.0"} "ptime" {>= "0.8.5"} ] build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc} ] dev-repo: "git+https://framagit.org/zoggy/ocamlrss.git" url { src: "https://framagit.org/zoggy/ocamlrss/-/archive/3.0/ocamlrss-3.0.tar.bz2" checksum: [ "md5=78b4e42835dcb79233f9b74d3fd4a66c" "sha512=5716db7d78e12912b8660122ffbc30aabb9ae2b234bf4776213d4ce7d1ce7f9870b4b4fdc266448e21928db340c89290a725fd58e55d91d8ad811bc5a6c04dcd" ] }