How to Install libmysql-ocaml in Ubuntu 18.04



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

sudo apt update
sudo apt install libmysql-ocaml

Description:

OCaml bindings for MySql (runtime package)

This OCaml library interfaces the MySql C library. It can be used to access and modify MySql databases from OCaml programs. . This package contains only the shared runtime stub libraries.

Homepage: http://ocaml-mysql.forge.ocamlcore.org/

Version: 1.2.1-1build1

Section: universe/libs