this repo has no description

Merge pull request #22544 from sanette/opam-publish-tsdl-mixer.0.4

Package tsdl-mixer.0.4

Kate 75acd26c bf5bc7fe

Changed files
+43
packages
tsdl-mixer
tsdl-mixer.0.4
+43
packages/tsdl-mixer/tsdl-mixer.0.4/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.4.tar.gz"
+
checksum: [
+
"md5=b131013d9ea8041c895beb46a09a1bef"
+
"sha512=c205f3e513538a1ef6f133c2fe50bbdf3ea177b5f5c05a27d90f7a667ce426ad7f90aaa49b8b0b167b029f6859b3f737279b004ed00773e522d318336fceb777"
+
]
+
}