opam-version: "2.0"
maintainer: "romain.calascibetta@gmail.com"
authors: [ "Romain Calascibetta" "Christophe Troestler" ]
license: "MIT"
homepage: "https://github.com/Cumulus/Syndic"
build: [
  ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
  ["ocaml" "setup.ml" "-build"]
  ["ocaml" "setup.ml" "-doc"] {with-doc}
]
remove: [
  ["ocamlfind" "remove" "syndic"]
]
depends: [
  "ocaml" {>= "4.01" & < "4.06.0"}
  "ocamlfind" {build}
  "calendar" {>= "2.03.2"}
  "uri" {>= "1.3.13"}
  "xmlm" {>= "1.2.0"}
  "ocamlbuild" {build}
]
install: ["ocaml" "setup.ml" "-install"]
synopsis: "RSS and Atom feed parsing"
flags: light-uninstall
url {
  src:
    "https://github.com/Cumulus/Syndic/releases/download/v1.1/syndic-1.1.tar.gz"
  checksum: "md5=2e649e9add4334bda0530435a7803783"
}
