Build platforms can be specified via a string specification.
Specifications are build upon the following scheme, where each component
is optional (indicated by []), but the order is obligatory.
"[-platform][-architecture][-compiler]"
So the following strings are valid specifications:
"-windows-x86-dmd"
"-dmd"
"-arm"
"-arm-dmd"
"-windows-dmd"
Build platforms can be specified via a string specification.
Specifications are build upon the following scheme, where each component is optional (indicated by []), but the order is obligatory. "[-platform][-architecture][-compiler]"
So the following strings are valid specifications: "-windows-x86-dmd" "-dmd" "-arm" "-arm-dmd" "-windows-dmd"