this repo has no description
1opam-version: "2.0" 2synopsis: "OCaml bindings to the Spotify web API" 3license: "MIT" 4maintainer: "john.else@gmail.com" 5authors: ["John Else"] 6homepage: "https://github.com/johnelse/ocaml-spotify-web-api" 7bug-reports: "https://github.com/johnelse/ocaml-spotify-web-api/issues" 8depends: [ 9 "dune" {>= "1.6"} 10 "atdgen" {< "2.16.0"} 11 "biniou" 12 "yojson" 13 "uri" 14 "ssl" 15 "cohttp-lwt-unix" {>= "1.0.0" & < "6.0.0~"} 16 "ounit" {with-test} 17] 18build: [ 19 [make "build"] 20 ["dune" "build" "-p" name "-j" jobs] 21 ["dune" "build" "@doc" "-p" name] {with-doc} 22 ["dune" "runtest" "-p" name] {with-test} 23] 24dev-repo: "git+https://github.com/johnelse/ocaml-spotify-web-api" 25url { 26 src: 27 "https://github.com/johnelse/ocaml-spotify-web-api/archive/spotify-web-api.0.2.1.tar.gz" 28 checksum: [ 29 "sha256=6bcad14644a5b32e0eb007858472d3b56477a9c4aabcc5b1b87be9164b30d45a" 30 "md5=5a26d1c5e23df37104e83e40671d027d" 31 ] 32}