diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2017-09-18 20:23:56 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-18 20:23:56 +0300 |
commit | 076f3c53bd4d959448507eb904ed9d5890a6f121 (patch) | |
tree | 68ef3357b7cd46c4d5c6b94d0c3fdf2f3079c4b1 /docs/markdown/index.md | |
parent | 0b0448f8f2b062355242c86bb59c2596789fd90f (diff) | |
parent | c3c37fac38dcea1f00cb6750722b39704ef8fc10 (diff) | |
download | meson-076f3c53bd4d959448507eb904ed9d5890a6f121.zip meson-076f3c53bd4d959448507eb904ed9d5890a6f121.tar.gz meson-076f3c53bd4d959448507eb904ed9d5890a6f121.tar.bz2 |
Merge pull request #2263 from ximion/dlang
d: Add an easy way to use D-specific features
Diffstat (limited to 'docs/markdown/index.md')
-rw-r--r-- | docs/markdown/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/index.md b/docs/markdown/index.md index 15831d7..81c17ff 100644 --- a/docs/markdown/index.md +++ b/docs/markdown/index.md @@ -13,7 +13,7 @@ The main design point of Meson is that every moment a developer spends writing o ## Features * multiplatform support for Linux, OSX, Windows, GCC, Clang, Visual Studio and others -* supported languages include C, C++, Fortran, Java, Rust +* supported languages include C, C++, D, Fortran, Java, Rust * build definitions in a very readable and user friendly non-Turing complete DSL * cross compilation for many operating systems as well as bare metal * optimized for extremely fast full and incremental builds without sacrificing correctness |