How to Install dh-ocaml in Ubuntu 18.04



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

sudo apt update
sudo apt install dh-ocaml

Description:

helper tools for maintaining OCaml-related Debian packages

dh-ocaml is a set of tools and documents to help maintaining Debian packages related to the Objective Caml (OCaml) programming language. . dh-ocaml notably contains the following components: * Makefile helpers to write debian/rules files implementing OCaml packaging best-practices (both for CDBS lovers and haters) * the Debian OCaml Packaging Policy * dh_ocaml debhelper to automatically computes dependencies among binary OCaml packages * ocaml-md5sums, the tool used to maintain the system registry of OCaml module interface checksums

Version: 1.1.0

Section: universe/devel