How to Install libsqlite3-ocaml in Ubuntu 18.04



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

sudo apt update
sudo apt install libsqlite3-ocaml

Description:

Embeddable SQL Database for OCaml Programs

This package provides an interface for the SQLite3 embeddable SQL database. It allows your OCaml programs to use a SQL database without depending on any external software; the resulting system can be entirely self-contained. . This package provides the files necessary to run dynamically-linked OCaml programs with SQLite3.

Homepage: http://mmottl.github.io/sqlite3-ocaml

Version: 4.0.5-2build1

Section: universe/libs