ocamlbuild
Generic build tool with built-in rules for building OCaml library and programs (library)
RUN apt-get update && \
apt-get install -y ocamlbuild
RUN apt-get update && \
apt-get install -y ocamlbuild
RUN apk add ocamlbuild
RUN pacman -S --noconfirm ocamlbuild
RUN apt-get update && \
apt-get install -y ocamlbuild
RUN yum install -y ocaml-ocamlbuild
RUN dnf install -y ocaml-ocamlbuild
RUN apt-get update && \
apt-get install -y ocaml-ocamlbuild