this repo has no description
1opam-version: "2.0"
2synopsis: "Spotify API bindings"
3description: "Interact with the Spotify Web API via OCaml."
4maintainer: ["Max Große <max12.gro@gmail.com>"]
5authors: ["Max Große <max12.gro@gmail.com>"]
6license: "MIT"
7tags: ["spotify"]
8homepage: "https://github.com/maxrn/spotify_ml"
9bug-reports: "https://github.com/maxrn/spotify_ml/issues"
10build: [
11 ["dune" "subst"] {dev}
12 [
13 "dune"
14 "build"
15 "-p"
16 name
17 "-j"
18 jobs
19 "@install"
20 "@runtest" {with-test}
21 "@doc" {with-doc}
22 ]
23]
24dev-repo: "git+https://github.com/maxrn/spotify_ml.git"
25depends: [
26 "ocaml"
27 "dune" {>= "3.16"}
28 "ocamlformat" {with-dev-setup & = "0.26.2"}
29 "serde" {= "0.0.2"}
30 "serde_derive" {= "0.0.2"}
31 "serde_json" {= "0.0.2"}
32 "lwt_ppx" {= "2.1.0"}
33 "cohttp-lwt-unix" {= "5.3.0"}
34 "odoc" {with-doc}
35]
36url {
37 src:
38 "https://github.com/maxRN/spotify_ml/releases/download/v0.0.2/spotify_ml-0.0.2.tbz"
39 checksum: [
40 "sha256=e3d136d3aef5bac7e54eff1e69854a1dc6fcee0445dd6453df7b4c1e536819d0"
41 "sha512=6857aab38f842cb4081f9ec492bfd9834f83d5c14794233ebe907eba2a667b5206647d131cf72efd6028482d81e7b3395dc994c187656d537f691802a4200e15"
42 ]
43}
44x-commit-hash: "0ca512723e3adb4ed0bec39a79d16bf0022f205a"