Paketname | libllvm-ocaml-dev |
Beschreibung | Low-Level Virtual Machine (LLVM) bindings for OCaml |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 2.6-9.1 |
Sektion | ocaml |
Priorität | optional |
Installierte Größe | 1356 Byte |
Hängt ab von | ocaml-nox-3.11.2, llvm-dev (= 2.6-9.1) |
Empfohlene Pakete | |
Paketbetreuer | LLVM Packaging Team |
Quelle | llvm |
Paketgröße | 202000 Byte |
Prüfsumme MD5 | cc78c2f9884b712b48debe6c54347899 |
Prüfsumme SHA1 | 66d5e47c53dfbb0a79fb0b9e9f7e32052cdd8088 |
Prüfsumme SHA256 | ebb97c30ab5b2c75d40d1f6f18bf622e1dc43b81c62c8536b7ddb00b25b53e14 |
Link zum Herunterladen | libllvm-ocaml-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 OCaml bindings to develop applications using llvm.
|