jbuilder
composable build system for OCaml projects -- transitional package
Install
- All systems
-
curl cmd.cat/jbuilder.sh
- Debian
-
apt-get install jbuilder
- Ubuntu
-
apt-get install jbuilder
- Arch Linux
-
pacman -S jbuilder
- Kali Linux
-
apt-get install jbuilder
- Fedora
-
dnf install jbuilder
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install jbuilder
- Dockerfile
- dockerfile.run/jbuilder
jbuilder
composable build system for OCaml projects -- transitional package
Dune 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 Dune will do the rest. Dune was previously called jbuilder; this is a transitional package, which can be safely removed.
dune
composable build system for OCaml projects
Dune 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 Dune will do the rest.