this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #26298 from maxRN/release-spotify_ml-v0.0.2

[new release] spotify_ml (0.0.2)

authored by

Marcello Seri and committed by
GitHub
0e22b407 7cef2cad

+44
+44
packages/spotify_ml/spotify_ml.0.0.2/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Spotify API bindings" 3 + description: "Interact with the Spotify Web API via OCaml." 4 + maintainer: ["Max Große <max12.gro@gmail.com>"] 5 + authors: ["Max Große <max12.gro@gmail.com>"] 6 + license: "MIT" 7 + tags: ["spotify"] 8 + homepage: "https://github.com/maxrn/spotify_ml" 9 + bug-reports: "https://github.com/maxrn/spotify_ml/issues" 10 + build: [ 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 + ] 24 + dev-repo: "git+https://github.com/maxrn/spotify_ml.git" 25 + depends: [ 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 + ] 36 + url { 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 + } 44 + x-commit-hash: "0ca512723e3adb4ed0bec39a79d16bf0022f205a"