Low level runtime library for the D programming language
Druntime is the minimum library required to support the D programming language. It includes the system code required to support the garbage collector, associative arrays, exception handling, array vector operations, startup/shutdown, etc.
Druntime is the minimum library required to support the D programming language. It includes the system code required to support the garbage collector, associative arrays, exception handling, array vector operations, startup/shutdown, etc.
To install druntime, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install druntime
To see what files were installed by druntime, run:
port contents druntime
To later upgrade druntime, run:
sudo port selfupdate && sudo port upgrade druntime
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.