opam-version: "2.0" synopsis: "OCaml bindings to the Spotify web API" license: "MIT" maintainer: "john.else@gmail.com" authors: ["John Else"] homepage: "https://github.com/johnelse/ocaml-spotify-web-api" bug-reports: "https://github.com/johnelse/ocaml-spotify-web-api/issues" depends: [ "dune" {>= "1.6"} "atdgen" {< "2.16.0"} "biniou" "yojson" "uri" "ssl" "cohttp-lwt-unix" {>= "1.0.0" & < "6.0.0~"} "ounit" {with-test} ] build: [ [make "build"] ["dune" "build" "-p" name "-j" jobs] ["dune" "build" "@doc" "-p" name] {with-doc} ["dune" "runtest" "-p" name] {with-test} ] dev-repo: "git+https://github.com/johnelse/ocaml-spotify-web-api" url { src: "https://github.com/johnelse/ocaml-spotify-web-api/archive/spotify-web-api.0.2.1.tar.gz" checksum: [ "sha256=6bcad14644a5b32e0eb007858472d3b56477a9c4aabcc5b1b87be9164b30d45a" "md5=5a26d1c5e23df37104e83e40671d027d" ] }