ocamlbuild

Generic build tool with built-in rules for building OCaml library and programs (library)

Debian Debian
RUN apt-get update && \ apt-get install -y ocamlbuild
Ubuntu
RUN apt-get update && \ apt-get install -y ocamlbuild
Alpine
RUN apk add ocamlbuild
Arch Arch Linux
RUN pacman -S --noconfirm ocamlbuild
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y ocamlbuild
CentOS
RUN yum install -y ocaml-ocamlbuild
Fedora
RUN dnf install -y ocaml-ocamlbuild
Raspbian
RUN apt-get update && \ apt-get install -y ocaml-ocamlbuild
click the source code to copy install ocamlbuild on any operating system with command-not-found.com