DEBFIND Suche nach Debian-Paketen
Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen
beta ! Diese website wird noch weiterentwickelt.
Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß
Paketbeschreibung
Paketname | clang |
Beschreibung | Low-Level Virtual Machine (LLVM), C language family frontend |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 2.7-3 |
Sektion | devel |
Priorität | optional |
Installierte Größe | 16040 Byte |
Hängt ab von | libc6 (>= 2.3.6-6~), libffi5 (>= 3.0.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.2.1) |
Empfohlene Pakete | llvm-2.7-dev, python |
Paketbetreuer | LLVM Packaging Team |
Quelle | |
Paketgröße | 6917886 Byte |
Prüfsumme MD5 | df970661509cb49637557e9bc5c2a9b7 |
Prüfsumme SHA1 | 4b2a4ea6682bd920871d3002cbf867ba57f6546c |
Prüfsumme SHA256 | 102742d47bcabd1e8f120d42bfa1003f63791459d2d452ffb750973173486d01 |
Link zum Herunterladen | clang_2.7-3_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).
.
Clang project is a new C, C++, Objective C and Objective C++ front-end
for the LLVM compiler. Some of its goals include the following:
.
End-User Features:
.
* Fast compiles and low memory use
* Expressive diagnostics (examples)
* GCC compatibility
.
Utility and Applications:
.
* Modular library based architecture
* Support diverse clients (refactoring, static analysis, code
generation, etc)
* Allow tight integration with IDEs
* Use the LLVM 'BSD' License
.
Internal Design and Implementation:
.
* A real-world, production quality compiler
* A simple and hackable code base
* A single unified parser for C, Objective C, C++, and Objective C++
* Conformance with C/C++/ObjC and their variants
|
Impressum
Linux is a registered trademark of Linus Torvalds
|