How to Install utop in Ubuntu 18.04



Install utop by entering the following commands in the terminal:

sudo apt update
sudo apt install utop

Description:

improved OCaml toplevel

utop is an improved toplevel for OCaml. It can run in a terminal or in Emacs. It supports line edition, history, real-time and context sensitive completion, colors, and more.

Homepage: https://github.com/diml/utop

Version: 1.19.3-2build1

Section: universe/ocaml