diff options
author | Matthias Klumpp <matthias@tenstral.net> | 2016-08-18 10:42:12 +0200 |
---|---|---|
committer | Matthias Klumpp <matthias@tenstral.net> | 2016-08-19 03:02:51 +0200 |
commit | 56823272ab96892e4f6c8dd86842d8c930281209 (patch) | |
tree | 84587d66fd89acfbb167d372dfdc206eabcdf3d7 /authors.txt | |
parent | 58359c8fac09ecd06af1d389bfad8cd65e831e2a (diff) | |
download | meson-56823272ab96892e4f6c8dd86842d8c930281209.zip meson-56823272ab96892e4f6c8dd86842d8c930281209.tar.gz meson-56823272ab96892e4f6c8dd86842d8c930281209.tar.bz2 |
Implement D support
This patch adds support for the D programming language[1] to Meson.
The following compilers are supported:
* LDC
* GDC
* DMD
[1]: http://dlang.org/
Diffstat (limited to 'authors.txt')
-rw-r--r-- | authors.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/authors.txt b/authors.txt index 4244917..e9fceb0 100644 --- a/authors.txt +++ b/authors.txt @@ -40,3 +40,4 @@ Noam Meltzer Vincent Szolnoky Zhe Wang Wim Taymans +Matthias Klumpp |