How to Install libsdl-ocaml in Ubuntu 18.04



Install libsdl-ocaml by entering the following commands in the terminal:

sudo apt update
sudo apt install libsdl-ocaml

Description:

OCaml bindings for SDL - runtime files

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. . This package contains runtime libraries needed for running dynamic bytecode executables.

Homepage: http://ocamlsdl.sourceforge.net

Version: 0.9.1-2build4

Section: universe/libs