ocamlfind
The findlib package manager for OCaml. Simplifies linking executables with external libraries. More information: <http://projects.camlcity.org/projects/findlib.html>.
RUN apt-get update && \
apt-get install -y ocaml-findlib
RUN apt-get update && \
apt-get install -y ocaml-findlib
RUN apk add ocaml-findlib
RUN pacman -S --noconfirm ocaml-findlib
RUN apt-get update && \
apt-get install -y ocaml-findlib
RUN yum install -y ocaml-findlib
RUN dnf install -y ocaml-findlib
RUN apt-get update && \
apt-get install -y ocaml-findlib