mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
28a85dc4f8
Changelog from 1.14.0 to 1.23.0 can be found here: https://github.com/ldc-developers/ldc/releases PR: 237427 Approved by: acm (maintainer timeout)
11 lines
448 B
Plaintext
11 lines
448 B
Plaintext
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 frontends to support the latest version of
|
|
D2, 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 (see the LICENSE file for details).
|
|
|
|
WWW: http://wiki.dlang.org/LDC
|