package tsdl-mixer

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

Install

Dune Dependency

Authors

Maintainers

Sources

0.5.tar.gz
md5=e766873856c65943a8d4a05a26aaced7
sha512=0c80c0cf9100031995885c7e7fee9f8722dab8ff897bd4f8a36977aec5528dd90cf366db204d56becc1e7b695424b40b1f7161149dc760498de2514b3113c0fe

CHANGELOG.md.html

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