opam-version: "2.0"
maintainer: "Romain Beauxis <toots@rastageeks.org>"
authors: "The Savonet Team <savonet-users@lists.sourceforge.net>"
homepage: "https://github.com/savonet/ocaml-lastfm"
build: [
  ["./configure" "--prefix" prefix]
  [make]
]
install: [
  [make "install"]
]
remove: ["ocamlfind" "remove" "lastfm"]
depends: [
  "ocaml"
  "ocamlfind" {build}
  "pcre"
  "xmlplaylist"
]
depopts: [ "ocamlnet" ]
conflicts: [ "ocamlnet" {>= "4.0.0"} ]
bug-reports: "https://github.com/savonet/ocaml-lastfm/issues"
dev-repo: "git+https://github.com/savonet/ocaml-lastfm.git"
synopsis:
  "The lastfm library is an implementation of the API used by the last.fm to keep count of played songs"
flags: light-uninstall
url {
  src:
    "https://github.com/savonet/ocaml-lastfm/releases/download/0.3.2/ocaml-lastfm-0.3.2.tar.gz"
  checksum: "md5=4750e5b6af1eada76841c89f46427be6"
}
