opam-version: "2.0"
name:         "syndic"
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"
bug-reports:  "https://github.com/Cumulus/Syndic/issues"
doc:          "https://cumulus.github.io/Syndic/"
synopsis:     "RSS1, RSS2, Atom and OPML1 parsing"
description: """
Pure OCaml Library for parsing and writing various types of
feeds and subscriber lists."""

build: [
  [ "dune" "subst" ]
  [ "dune" "build" "-p" name "-j" jobs ]
  [ "dune" "runtest" "-p" name ] {with-test}
]


depends: [
  "ocaml" {>= "4.03.0"}
  "dune"
  "ptime"
  "uri" {>= "1.9"}
  "xmlm" {>= "1.2.0"}
  "fmt" {with-test}
  "ocurl" {with-test}
  "fpath" {with-test}
  "ocplib-json-typed" {with-test}
  "base-unix" {with-test}
  "jsonm" {with-test}
]
