SDL (Simple DirectMedia Layer) is a generic API that provides low level access to audio, keyboard, mouse, and display framebuffer across multiple platforms. OCamlSDL is an OCaml interface to the SDL and might be used to write multimedia applications in Objective Caml.
SDL (Simple DirectMedia Layer) is a generic API that provides low level access to audio, keyboard, mouse, and display framebuffer across multiple platforms. OCamlSDL is an OCaml interface to the SDL and might be used to write multimedia applications in Objective Caml.
To install ocamlsdl, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ocamlsdl
To see what files were installed by ocamlsdl, run:
port contents ocamlsdl
To later upgrade ocamlsdl, run:
sudo port selfupdate && sudo port upgrade ocamlsdl
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.