From 061a1582169e52343db88a102fc5b62929b218db Mon Sep 17 00:00:00 2001 From: Eugene Wissner Date: Sat, 23 Sep 2017 00:46:41 +0100 Subject: development/gcc-d: Added (D support for GCC). Signed-off-by: David Spencer --- development/gcc-d/README | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 development/gcc-d/README (limited to 'development/gcc-d/README') diff --git a/development/gcc-d/README b/development/gcc-d/README new file mode 100644 index 0000000000..c03ead1471 --- /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. -- cgit v1.2.3