And add workflow for github actions for testing dynamic libraries from bytecode.
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) |> ignoreStarting 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).
https://github.com/sanette/tsdl-mixer