package tsdl-mixer

  1. Overview
  2. Docs
SDL2_Mixer bindings to go with Tsdl

Install

Dune Dependency

Authors

Maintainers

Sources

0.6.tar.gz
md5=5b721e1c2a43808f0bae6b56c91aa6ea
sha512=053bc90df5f7105fbfb0a1a1df3767e6b453608fc79bb5ce038437854171d7c72be6a8b5f7630cb741413faa98586400211950035bde0ccd69df79ab4d3f3c6d

doc/CHANGELOG.html

0.6 2023/08/05 hide startup log

  • Use system category to log "Loading Sdl_mixer" message. (We now log only for dev versions.)
  • fix typo in variable "LIBSDL2_PATH"

0.5 2022/11/30 trying to autodetect library path

And add workflow for github actions for testing dynamic libraries from bytecode.

0.4 2022/11/22 Bug fix (calling ocaml on an *.ml file)

You can now (again) directly run a "toplevel file" with ocaml, for instance

#use "topfind";;
#thread;;
#require "tsdl-mixer";;
Tsdl_mixer.Mixer.(init Init.empty) |> ignore

0.3 Change library name (BREAKING)

Starting from 0.3, the library name is the same as the opam package name tsdl-mixer. (The library name used to be tsdl_mixer, which was confusing).

2021 new maintainer is sanette

https://github.com/sanette/tsdl-mixer

OCaml

Innovation. Community. Security.