gnatprep
Preprocessor for Ada source code files (part of the GNAT toolchain). More information: <https://gcc.gnu.org/onlinedocs/gnat_ugn/Preprocessing-with-gnatprep.html>.
RUN apt-get update && \
apt-get install -y gnat-4.6
RUN apt-get update && \
apt-get install -y gnat-4.8
RUN apk add gcc-gnat
RUN pacman -S --noconfirm gcc-ada
RUN apt-get update && \
apt-get install -y gnat-8
RUN yum install -y gcc-gnat
RUN dnf install -y gcc-gnat
RUN apt-get update && \
apt-get install -y gnat-4.6