Skip to content

Commit

Permalink
Merge pull request ocaml#26298 from maxRN/release-spotify_ml-v0.0.2
Browse files Browse the repository at this point in the history
[new release] spotify_ml (0.0.2)
  • Loading branch information
mseri authored Jul 30, 2024
2 parents 7cef2ca + d42d7a5 commit 0e22b40
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions packages/spotify_ml/spotify_ml.0.0.2/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
opam-version: "2.0"
synopsis: "Spotify API bindings"
description: "Interact with the Spotify Web API via OCaml."
maintainer: ["Max Große <[email protected]>"]
authors: ["Max Große <[email protected]>"]
license: "MIT"
tags: ["spotify"]
homepage: "https://github.com/maxrn/spotify_ml"
bug-reports: "https://github.com/maxrn/spotify_ml/issues"
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"
depends: [
"ocaml"
"dune" {>= "3.16"}
"ocamlformat" {with-dev-setup & = "0.26.2"}
"serde" {= "0.0.2"}
"serde_derive" {= "0.0.2"}
"serde_json" {= "0.0.2"}
"lwt_ppx" {= "2.1.0"}
"cohttp-lwt-unix" {= "5.3.0"}
"odoc" {with-doc}
]
url {
src:
"https://github.com/maxRN/spotify_ml/releases/download/v0.0.2/spotify_ml-0.0.2.tbz"
checksum: [
"sha256=e3d136d3aef5bac7e54eff1e69854a1dc6fcee0445dd6453df7b4c1e536819d0"
"sha512=6857aab38f842cb4081f9ec492bfd9834f83d5c14794233ebe907eba2a667b5206647d131cf72efd6028482d81e7b3395dc994c187656d537f691802a4200e15"
]
}
x-commit-hash: "0ca512723e3adb4ed0bec39a79d16bf0022f205a"

0 comments on commit 0e22b40

Please sign in to comment.