this repo has no description

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

[new release] spotify_ml (push)

Changed files
+44
packages
spotify_ml
spotify_ml.push
+44
packages/spotify_ml/spotify_ml.push/opam
···
···
+
opam-version: "2.0"
+
synopsis: "Spotify API bindings"
+
description: "Interact with the Spotify Web API via OCaml."
+
maintainer: ["maxrn"]
+
authors: ["maxrn"]
+
license: "MIT"
+
tags: ["spotify"]
+
homepage: "https://github.com/maxrn/spotify_ml"
+
bug-reports: "https://github.com/maxrn/spotify_ml/issues"
+
depends: [
+
"ocaml"
+
"dune" {>= "3.16"}
+
"ocamlformat" {dev}
+
"serde"
+
"serde_derive" {>= "0.0.2"}
+
"lwt_ppx"
+
"serde_json"
+
"cohttp-lwt-unix"
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/maxrn/spotify_ml.git"
+
url {
+
src:
+
"https://github.com/maxRN/spotify_ml/releases/download/push/spotify_ml-push.tbz"
+
checksum: [
+
"sha256=81510d087cf96d42b5292c4ceeb21246e87e862d20cc23662076f795c8b33bea"
+
"sha512=405876ded2f9c06b54f428b180cb721d595703ed24d8965f69bf35651d1598d4b53d9e1bdf0951103e2bf666ec03ec01ad65335d4445ec9e878b01bb6f83868c"
+
]
+
}
+
x-commit-hash: "e89354fe9144b07bab14f11d762661a3da75533f"