1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
|
Source: ldc
Section: devel
Priority: optional
Maintainer: Debian D Language Group <team+d-team@tracker.debian.org>
Uploaders: Konstantinos Margaritis <markos@debian.org>,
Matthias Klumpp <mak@debian.org>
Build-Depends: cmake,
debhelper-compat (= 12),
dh-exec (>= 0.3),
gdmd,
libconfig++-dev,
libconfig-dev,
libcurl4-gnutls-dev,
libedit-dev,
libffi-dev,
libtinfo-dev,
llvm,
llvm-dev (>= 1:14.0),
pkg-config (>= 0.20),
quilt (>= 0.40),
zlib1g-dev
Standards-Version: 4.6.0
Rules-Requires-Root: no
Homepage: https://github.com/ldc-developers/ldc
Vcs-Git: https://salsa.debian.org/d-team/ldc.git
Vcs-Browser: https://salsa.debian.org/d-team/ldc
Package: ldc
Architecture: amd64 arm64 armhf i386
Provides: d-compiler,
d-v2-compiler
Depends: libphobos2-ldc-shared-dev (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: LLVM D Compiler
LDC is a portable compiler for the D programming language with modern
optimization and code generation capabilities.
.
It uses the official DMD compiler frontend to support the latest version
of D, and relies on the LLVM Core libraries for code generation.
Package: libphobos2-ldc-shared100
Section: libs
Architecture: amd64 arm64 armhf i386
Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends}
Conflicts: libphobos2-ldc-shared99
Description: LLVM D Compiler - Standard and runtime libraries
LDC is a portable compiler for the D programming language with modern
optimization and code generation capabilities.
It is based on the latest DMD frontend and uses LLVM as backend.
.
This package contains the Phobos D standard library, D runtime library
and LDC JIT library.
Package: libphobos2-ldc-shared-dev
Section: libdevel
Architecture: amd64 arm64 armhf i386
Depends: libphobos2-ldc-shared100 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Provides: libphobos2-ldc-dev
Replaces: libphobos2-ldc-dev (<< 1:1.8.0)
Conflicts: libphobos2-ldc-dev
Description: LLVM D Compiler - Standard and runtime libraries, imports
LDC is a portable compiler for the D programming language with modern
optimization and code generation capabilities.
It is based on the latest DMD frontend and uses LLVM as backend.
.
This package contains D imports for the Phobos standard library,
D runtime and LDC JIT.
It also contains debug builds of the libraries, to make finding
issues easier while developng with LDC.
|