ocaml
The OCaml repl (read-evaluate-print-loop). Interprets Ocaml commands. More information: <https://ocaml.org>.
RUN apt-get update && \
apt-get install -y ocaml-interp
RUN apt-get update && \
apt-get install -y ocaml-interp
RUN apk add ocaml
RUN pacman -S --noconfirm ocaml
RUN apt-get update && \
apt-get install -y ocaml-interp
RUN yum install -y ocaml
RUN dnf install -y ocaml
RUN apt-get update && \
apt-get install -y ocaml-interp