How to Install libsqlite3-ocaml-dev in Ubuntu 18.04



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

sudo apt update
sudo apt install libsqlite3-ocaml-dev

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 develop new applications that use SQLite3 for OCaml.

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

Version: 4.0.5-2build1

Section: universe/libdevel