How to Install libre-ocaml-dev in Ubuntu 18.04



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

sudo apt update
sudo apt install libre-ocaml-dev

Description:

regular expression library for OCaml

RE is regular expression library for OCaml. The following styles of regular expressions are supported: * Perl-style regular expressions (module Re_perl); * Posix extended regular expressions (module Re_posix); * Emacs-style regular expressions (module Re_emacs); * Shell-style file globbing (module Re_glob). . It is also possible to build regular expressions by combining simpler regular expressions (module Re) . This package contains the development modules you need to use RE in your programs.

Homepage: https://github.com/ocaml/ocaml-re

Version: 1.6.1-2build1

Section: universe/ocaml