summaryrefslogtreecommitdiffstats
path: root/development/ldc/README
diff options
context:
space:
mode:
author Damian Perticone <mjolnirdam@gmail.com>2022-11-12 18:11:59 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-11-12 22:32:18 +0700
commita9c38f37a8b11a573dbf96180d4de021b1676dfb (patch)
tree1b38d3b358aa3cd1e393a72c79aa62d0745c08d1 /development/ldc/README
parentc8229dcca778b0eca1ae8b618c3ae8790feab6cb (diff)
downloadslackbuilds-a9c38f37a8b11a573dbf96180d4de021b1676dfb.tar.gz
slackbuilds-a9c38f37a8b11a573dbf96180d4de021b1676dfb.tar.xz
development/ldc: Added (llvm-based D compiler).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/ldc/README')
-rw-r--r--development/ldc/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/development/ldc/README b/development/ldc/README
new file mode 100644
index 0000000000..1f3c111937
--- /dev/null
+++ b/development/ldc/README
@@ -0,0 +1,6 @@
+The LDC project aims to provide a portable D programming language
+compiler with modern optimization and code generation capabilities.
+The compiler uses the official DMD frontend to support the latest D2
+version and relies on the LLVM Core libraries for code generation.
+LDC is fully Open Source; the parts of the code not taken/adapted from
+other projects are BSD-licensed.