Paketname | llvm-dev |
Beschreibung | Low-Level Virtual Machine (LLVM), libraries and headers |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 2.6-9.1 |
Sektion | devel |
Priorität | optional |
Installierte Größe | 41568 Byte |
Hängt ab von | libffi-dev, libc6 (>= 2.3.6-6~), libffi5 (>= 3.0.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0), ll |
Empfohlene Pakete | |
Paketbetreuer | LLVM Packaging Team |
Quelle | llvm |
Paketgröße | 13039002 Byte |
Prüfsumme MD5 | 538d4fee5c6ec7752140607a2a255890 |
Prüfsumme SHA1 | 19e6e83609d34260336433eae8e12df2959325dc |
Prüfsumme SHA256 | b348a7781db5d38fd08ac4b40e8d3d1e2bb4b81cc6c8e4893947b567f7e5e113 |
Link zum Herunterladen | llvm-dev_2.6-9.1_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.
|