Paketname | llvm-2.7-dev |
Beschreibung | Low-Level Virtual Machine (LLVM), libraries and headers |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 2.7-6 |
Sektion | devel |
Priorität | optional |
Installierte Größe | 30180 Byte |
Hängt ab von | libc6 (>= 2.3.6-6~), libffi5 (>= 3.0.4), libgcc1 (>= 1:4.1.1), libllvm2.7, libstdc++6 (>= 4.1.1), li |
Empfohlene Pakete | |
Paketbetreuer | LLVM Packaging Team |
Quelle | llvm-2.7 |
Paketgröße | 8811294 Byte |
Prüfsumme MD5 | 86e91d4c61a3fdb195d328f11dcf59e4 |
Prüfsumme SHA1 | f117a669ff4088593dc398563ed2b65a5040d661 |
Prüfsumme SHA256 | 0eb110f476efd9dd82567fd15328d58cf68f46c812ddfae88f821af0973b0fa1 |
Link zum Herunterladen | llvm-2.7-dev_2.7-6_i386.deb |
Ausführliche Beschreibung | The Low-Level Virtual Machine (LLVM) is a collection of libraries and
tools that make it easy to build compilers, optimizers, Just-In-Time
code generators, and many other compiler-related programs. LLVM
uses a single, language-independent virtual instruction set both
as an offline code representation (to communicate code between
compiler phases and to run-time systems) and as the compiler internal
representation (to analyze and transform programs). This persistent
code representation allows a common set of sophisticated compiler
techniques to be applied at compile-time, link-time, install-time,
run-time, or "idle-time" (between program runs).
.
This package provides the libraries and headers to develop applications
using llvm.
|