diff --git a/packages/spotify_ml/spotify_ml.0.0.2/opam b/packages/spotify_ml/spotify_ml.0.0.2/opam new file mode 100644 index 00000000000..0d4d63d48c5 --- /dev/null +++ b/packages/spotify_ml/spotify_ml.0.0.2/opam @@ -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 "] +authors: ["Max Große "] +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"