| Paketname | llvm-runtime |
| Beschreibung | Low-Level Virtual Machine (LLVM), bytecode interpreter |
| Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
| Version | 2.6-9.1 |
| Sektion | devel |
| Priorität | optional |
| Installierte Größe | 6584 Byte |
| Hängt ab von | binfmt-support, libc6 (>= 2.3.6-6~), libffi5 (>= 3.0.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0) |
| Empfohlene Pakete | |
| Paketbetreuer | LLVM Packaging Team |
| Quelle | llvm |
| Paketgröße | 2684722 Byte |
| Prüfsumme MD5 | fb5bef3e526ac8b4afb7a253d7ba4723 |
| Prüfsumme SHA1 | 6b86de4950664a92b43935d5508ce885f8284f4b |
| Prüfsumme SHA256 | f88f0666d9f812884dc4935765fc417f02d467d6fd2b6026d15d8c268d5b0ea2 |
| Link zum Herunterladen | llvm-runtime_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 minimal required to execute programs in LLVM
format.
|