nimble
Package manager for the Nim programming language. Manage Nim projects and their dependencies. More information: <https://github.com/nim-lang/nimble>.
RUN apt-get update && \
apt-get install -y nim
RUN apt-get update && \
apt-get install -y nim
RUN pacman -S --noconfirm nimble
RUN apt-get update && \
apt-get install -y nim
RUN dnf install -y nim
RUN apt-get update && \
apt-get install -y nim