ocamlopt
The OCaml native code compiler. Produces native executables, e.g. ELF on Linux. More information: <https://ocaml.org>.
RUN apt-get update && \
apt-get install -y ocaml-nox
RUN apt-get update && \
apt-get install -y ocaml-nox
RUN apk add ocaml
RUN pacman -S --noconfirm ocaml
RUN apt-get update && \
apt-get install -y ocaml-nox
RUN yum install -y ocaml
RUN dnf install -y ocaml
RUN apt-get update && \
apt-get install -y ocaml-nox