How to Install jbuilder in Ubuntu 18.04



Install jbuilder by entering the following commands in the terminal:

sudo apt update
sudo apt install jbuilder

Description:

composable build system for OCaml projects

Jbuilder is a build system designed for OCaml/Reason projects only. It focuses on providing the user with a consistent experience and takes care of most of the low-level details of OCaml compilation. All you have to do is provide a description of your project and Jbuilder will do the rest.

Homepage: https://github.com/janestreet/jbuilder

Version: 1.0~beta14-1

Section: universe/ocaml