opam-version: "2.0"
synopsis: "Library to parse various file playlists in XML format"
maintainer: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
authors: ["Romain Beauxis <toots@rastageeks.org>"]
license: "GPL-2.0"
homepage: "https://github.com/savonet/ocaml-xmlplaylist"
bug-reports: "https://github.com/savonet/ocaml-xmlplaylist/issues"
depends: [
  "ocaml" {>= "4.03.0"}
  "dune" {> "2.0"}
  "xmlm"
]
build: [
  ["dune" "subst"] {pinned}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]
dev-repo: "git+https://github.com/savonet/ocaml-xmlplaylist.git"
url {
  src: "https://github.com/savonet/ocaml-xmlplaylist/archive/v0.1.5.tar.gz"
  checksum: [
    "md5=31219edf70a5cc6284218a92b80761be"
    "sha512=e49f0025405c6a1b8b70c3e387e03c246650ffd1a47d984a2f84c9e2d5a69eb6a146cc351140cff367a8e8ca758b22298e08c9b5dcf04ecfef04831dcc73a13e"
  ]
}
