opam-version: "2.0"
maintainer: "john.else@gmail.com"
build: [
  [make]
  [make "test"] {with-test}
]
remove: [
  [make "PREFIX=%{prefix}%" "uninstall"]
]
depends: [
  "ocaml" {>= "4.01.0"}
  "atdgen"
  "biniou"
  "yojson"
  "uri"
  "ssl"
  "lwt"
  "cohttp" {>= "0.10.0" & < "0.99"}
  "ounit"
  "ocamlbuild" {build}
]
dev-repo: "git://github.com/johnelse/ocaml-spotify-web-api"
install: [make "PREFIX=%{prefix}%" "install"]
synopsis:
  "OCaml library for interacting with the web-based Spotify metadata API"
url {
  src:
    "https://github.com/johnelse/ocaml-spotify-web-api/archive/0.2.0.tar.gz"
  checksum: "md5=4aba2ceffa2ff3980ca0ca918f62f133"
}
