ocaml

The OCaml repl (read-evaluate-print-loop). Interprets Ocaml commands. More information: <https://ocaml.org>.

Debian Debian
RUN apt-get update && \ apt-get install -y ocaml-interp
Ubuntu
RUN apt-get update && \ apt-get install -y ocaml-interp
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-interp
CentOS
RUN yum install -y ocaml
Fedora
RUN dnf install -y ocaml
Raspbian
RUN apt-get update && \ apt-get install -y ocaml-interp
click the source code to copy install ocaml on any operating system with command-not-found.com