From b3186e4a1018cf635a405c76a7d3df80bc6ab34d Mon Sep 17 00:00:00 2001 From: Romain Beauxis Date: Fri, 26 Apr 2024 10:13:30 -0500 Subject: [PATCH] +lastfm-windows.0.3.4 (#319) --- .../lastfm-windows/lastfm-windows.0.3.4/opam | 38 +++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 packages/lastfm-windows/lastfm-windows.0.3.4/opam diff --git a/packages/lastfm-windows/lastfm-windows.0.3.4/opam b/packages/lastfm-windows/lastfm-windows.0.3.4/opam new file mode 100644 index 00000000..9d69a20b --- /dev/null +++ b/packages/lastfm-windows/lastfm-windows.0.3.4/opam @@ -0,0 +1,38 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +synopsis: + "The lastfm library is an implementation of the API used by the last.fm to keep count of played songs" +maintainer: ["The Savonet Team "] +authors: ["Romain Beauxis "] +license: "LGPL-2.1-or-later" +homepage: "https://github.com/savonet/ocaml-lastfm" +bug-reports: "https://github.com/savonet/ocaml-lastfm/issues" +depends: [ + "dune" {>= "3.6"} + "ocaml-windows" {>= "4.08"} + "xmlplaylist-windows" + "re-windows" {>= "1.11.0"} +] +depopts: ["ocamlnet"] +build: [ + [ + "dune" + "build" + "-p" + "lastfm" + "-x" + "windows" + "-j" + jobs + "@install" + ] +] +dev-repo: "git+https://github.com/savonet/ocaml-lastfm.git" +url { + src: + "https://github.com/savonet/ocaml-lastfm/archive/refs/tags/v0.3.4.tar.gz" + checksum: [ + "md5=491d45277f6afcb57f5d7ad8abaf4212" + "sha512=49ef0a9257ef9cb2ee90db827bd7025d88bde496499c2193953cea1e9859093fea2d9b1505cc2111757ab82f6f6bd2e7b7abfe8e6df089d0e01b59da129747c6" + ] +}