How to Install libpostgresql-ocaml-dev in Ubuntu 18.04



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

sudo apt update
sudo apt install libpostgresql-ocaml-dev

Description:

OCaml bindings to PostgreSQL's libpq

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 all the development stuff you need to use OCaml Postgres bindings in your programs.

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

Version: 2.0.5-3build1

Section: universe/libdevel