ocamlc

The OCaml bytecode compiler. Produces executables runnable by the OCaml interpreter. 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 ocamlc on any operating system with command-not-found.com