# D (via dlang.org) (d) D is a general-purpose programming language with static typing, systems-level access, and C-like syntax. ## Example Usage ```json "features": { "ghcr.io/devcontainers-extra/features/d:1": {} } ``` ## Options | Options Id | Description | Type | Default Value | |-----|-----|-----|-----| | compiler | Options are: 'dmd', 'ldc' and 'gdc' | string | dmd | | version | Select the compiler version you would like to install | string | latest | --- _Note: This file was auto-generated from the [devcontainer-feature.json](devcontainer-feature.json). Add additional notes to a `NOTES.md`._