this repo has no description
0
fork

Configure Feed

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

Merge pull request #26274 from maxRN/release-spotify_ml-push

[new release] spotify_ml (push)

authored by

Raphaël Proust and committed by
GitHub
dcefe2bf 88f29cc0

+44
+44
packages/spotify_ml/spotify_ml.push/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Spotify API bindings" 3 + description: "Interact with the Spotify Web API via OCaml." 4 + maintainer: ["maxrn"] 5 + authors: ["maxrn"] 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 + depends: [ 11 + "ocaml" 12 + "dune" {>= "3.16"} 13 + "ocamlformat" {dev} 14 + "serde" 15 + "serde_derive" {>= "0.0.2"} 16 + "lwt_ppx" 17 + "serde_json" 18 + "cohttp-lwt-unix" 19 + "odoc" {with-doc} 20 + ] 21 + build: [ 22 + ["dune" "subst"] {dev} 23 + [ 24 + "dune" 25 + "build" 26 + "-p" 27 + name 28 + "-j" 29 + jobs 30 + "@install" 31 + "@runtest" {with-test} 32 + "@doc" {with-doc} 33 + ] 34 + ] 35 + dev-repo: "git+https://github.com/maxrn/spotify_ml.git" 36 + url { 37 + src: 38 + "https://github.com/maxRN/spotify_ml/releases/download/push/spotify_ml-push.tbz" 39 + checksum: [ 40 + "sha256=81510d087cf96d42b5292c4ceeb21246e87e862d20cc23662076f795c8b33bea" 41 + "sha512=405876ded2f9c06b54f428b180cb721d595703ed24d8965f69bf35651d1598d4b53d9e1bdf0951103e2bf666ec03ec01ad65335d4445ec9e878b01bb6f83868c" 42 + ] 43 + } 44 + x-commit-hash: "e89354fe9144b07bab14f11d762661a3da75533f"