this repo has no description

Merge pull request #20266 from sanette/opam-publish-tsdl-mixer.0.3.2

Package tsdl-mixer.0.3.2

Kate 3bc4295d d0c8b0b1

Changed files
+43
packages
tsdl-mixer
tsdl-mixer.0.3.2
+43
packages/tsdl-mixer/tsdl-mixer.0.3.2/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "SDL2_Mixer bindings to go with Tsdl"
+
description:
+
"Tsdl_mixer provides bindings to SDL2_Mixer intended to be used with Tsdl."
+
maintainer: ["Vu Ngoc San <san.vu-ngoc@laposte.net>"]
+
authors: ["Julian Squires <julian@cipht.net>"]
+
license: "BSD-3-Clause"
+
tags: ["tsdl" "SDL" "audio"]
+
homepage: "https://github.com/sanette/tsdl-mixer"
+
bug-reports: "https://github.com/sanette/tsdl-mixer/issues"
+
depends: [
+
"dune" {>= "2.7"}
+
"ocaml" {>= "4.03"}
+
"tsdl" {>= "0.9.1"}
+
"conf-sdl2-mixer"
+
"ctypes" {>= "0.4.0"}
+
"ctypes-foreign"
+
"dune-configurator"
+
"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/sanette/tsdl-mixer.git"
+
url {
+
src: "https://github.com/sanette/tsdl-mixer/archive/0.3.2.tar.gz"
+
checksum: [
+
"md5=b234cf50ffb39039740a1f929a3440a2"
+
"sha512=6e2ba62a2917e646f0025fda99db2c32480a4568ff56c350413aee4137f6ce35b4d1421dd0156ccb359ce45f7ed93247d5bdf48d0a552f04529e7e347e234a67"
+
]
+
}