freebsd-ports/devel/gdmd/pkg-descr
Daniel Engberg 427c0ca99b devel/gdmd: New port: Wrapper providing DMD-like CLI interface to GDC
An interface to the GNU D compiler (GDC), which recognizes flags normally
used with the DMD D compiler and translates them to flags GDC can understand.
This makes `gdmd` a drop-in replacement to the `dmd` compiler invocation.
PR:		266826
2022-10-31 18:09:59 -05:00

4 lines
226 B
Plaintext

An interface to the GNU D compiler (GDC), which recognizes flags normally
used with the DMD D compiler and translates them to flags GDC can understand.
This makes `gdmd` a drop-in replacement to the `dmd` compiler invocation.