opam-version: "2.0"
maintainer: "smimram@gmail.com"
build: [
  ["./configure" "--prefix" prefix]
  [make]
]
remove: [["ocamlfind" "remove" "lastfm"]]
depends: [
  "ocaml" {< "4.06.0"}
  "ocamlfind"
  "pcre"
  "xmlplaylist"
]
depopts: [ "ocamlnet" ]
conflicts: [ "ocamlnet" {>= "4.0.0"} ]
install: [make "install"]
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:
    "http://downloads.sourceforge.net/project/savonet/ocaml-lastfm/0.3.0/ocaml-lastfm-0.3.0.tar.gz"
  checksum: "md5=b93778a4b67696b9bc22e3d68f8d0f5d"
}
