pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wip/ldc: Add missing DESCR, wip/ldc017: update DESCR



Module Name:	pkgsrc-wip
Committed By:	Dan Cîrnaț <dan%alt.md@localhost>
Pushed By:	cirnatdan
Date:		Thu May 14 12:55:55 2020 +0200
Changeset:	668622664dbb9778e5871a5a7a67f1bc50cac4a0

Modified Files:
	ldc/DESCR
	ldc017/DESCR

Log Message:
wip/ldc: Add missing DESCR, wip/ldc017: update DESCR

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=668622664dbb9778e5871a5a7a67f1bc50cac4a0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 ldc/DESCR    | 4 ++++
 ldc017/DESCR | 3 +++
 2 files changed, 7 insertions(+)

diffs:
diff --git a/ldc/DESCR b/ldc/DESCR
index e69de29bb2..79a999ac8b 100644
--- a/ldc/DESCR
+++ b/ldc/DESCR
@@ -0,0 +1,4 @@
+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.
diff --git a/ldc017/DESCR b/ldc017/DESCR
index 79a999ac8b..6a661014c6 100644
--- a/ldc017/DESCR
+++ b/ldc017/DESCR
@@ -2,3 +2,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.
+
+This is the 0.17 / ltsmaster branch. The last version of LDC that does not
+require a D compiler to bootstrap.


Home | Main Index | Thread Index | Old Index