package tsdl-mixer

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

Install

Dune Dependency

Authors

Maintainers

Sources

0.4.tar.gz
md5=b131013d9ea8041c895beb46a09a1bef
sha512=c205f3e513538a1ef6f133c2fe50bbdf3ea177b5f5c05a27d90f7a667ce426ad7f90aaa49b8b0b167b029f6859b3f737279b004ed00773e522d318336fceb777

doc/CHANGELOG.html

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).

OCaml

Innovation. Community. Security.