How to Install libpostgresql-ocaml in Ubuntu 18.04



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

sudo apt update
sudo apt install libpostgresql-ocaml

Description:

OCaml bindings to PostgreSQL's libpq (runtime)

This OCaml-library provides an interface to PostgreSQL, an efficient and reliable, open source, relational database. Almost all functionality available through the C-API (libpq) is replicated in a type-safe way. This library uses objects for representing database connections and results of queries. . This package contains the shared runtime stub libraries and plugins.

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

Version: 2.0.5-3build1

Section: universe/libs