diff options
author | Eugene Wissner <belka@caraus.de> | 2017-09-23 00:46:41 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-09-23 00:46:41 +0100 |
commit | 061a1582169e52343db88a102fc5b62929b218db (patch) | |
tree | 428e799a1ea22d8d4980575c11e0d75152421169 /development/gcc-d/README | |
parent | c03f9014e670ff7898bd52dc42cabeb865bd887a (diff) |
development/gcc-d: Added (D support for GCC).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/gcc-d/README')
-rw-r--r-- | development/gcc-d/README | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/development/gcc-d/README b/development/gcc-d/README new file mode 100644 index 0000000000000..c03ead1471bc2 --- /dev/null +++ b/development/gcc-d/README @@ -0,0 +1,15 @@ +This is GDC (GNU D Compiler), the D frontend for GCC. + +D is a general-purpose programming language with static typing, +systems-level access, and C-like syntax. It combines efficiency, +control and modeling power with safety and programmer productivity. + +This package is for GCC 5.3.0 shipped with Slackware. It doesn't +replace any of GCC stock files, so it should be safe to uninstall it. +If it breaks your GCC installation nevertheless, please let me know. + +GDC version provided by this package is the latest from the official +"gcc5" branch. Please note that GDC doesn't support all the latest +features supported by the corresponding DMD version. + +GDC doesn't conflict with DMD, they can be installed and used together. |