add dmd version info

This commit is contained in:
creme 2020-10-08 20:14:03 +02:00
parent c7e66d003a
commit 821d528120
Signed by: creme
GPG Key ID: C147C3B7FBDF08D0
1 changed files with 2 additions and 2 deletions

View File

@ -28,8 +28,8 @@ inet_clients=(alpine av98 bombadillo curl gomuks irssi lynx neomutt meli mutt mo
readarray -t sorted_inet_clients < <(printf '%s\n' "${inet_clients[@]}" | sort)
coding_pkg=(cargo clang clisp clojure crystal default-jdk default-jre elixir erlang flex
g++ gcc gcl gdc gforth ghc go golang guile-2.2 inform lua5.1 lua5.2 lua5.3 mono-complete
coding_pkg=(cargo clang clisp clojure crystal default-jdk default-jre dmd-compiler elixir erlang flex
g++ gcc gcl gdc gforth ghc go golang guile-2.2 inform julia lua5.1 lua5.2 lua5.3 mono-complete
nasm nim nodejs octave perl php picolisp ponyc python python2.7 python3 racket ruby rustc scala tcl yasm vlang)
readarray -t sorted_coding_pkg < <(printf '%s\n' "${coding_pkg[@]}" | sort)