opam-version: "2.0"
maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>"
authors: [ "Romain Calascibetta"
           "Christophe Troestler" ]
license: "MIT"
homepage: "https://github.com/Cumulus/Syndic"
dev-repo: "git+https://github.com/Cumulus/Syndic.git"
build: [
  ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
  ["ocaml" "setup.ml" "-build"]
  ["ocaml" "setup.ml" "-doc"] {with-doc}
]
install: ["ocaml" "setup.ml" "-install"]
remove: [
  ["ocamlfind" "remove" "syndic"]
]
depends: [
  "ocaml" {>= "4.01"}
  "calendar" {>= "2.03.2"}
  "ocamlfind" {build}
  "uri" {>= "1.3.1"}
  "xmlm" {>= "1.2.0"}
  "ocamlbuild" {build}
]
synopsis: "RSS1, RSS2, Atom and OPML1 parsing"
description: """
Pure OCaml Library for parsing and writing various types of feeds and
subscriber lists."""
flags: light-uninstall
url {
  src:
    "https://github.com/Cumulus/Syndic/releases/download/v1.2/syndic-1.2.tar.gz"
  checksum: "md5=b7ff28ae8be9020c0f9c976d343d2504"
}
