dune

A build system for OCaml programs. More information: <https://dune.build>.

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