ocamlopt

The OCaml native code compiler. Produces native executables, e.g. ELF on Linux. More information: <https://ocaml.org>.

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