Paketname | libllvm-ocaml-2.7-dev |
Beschreibung | Low-Level Virtual Machine (LLVM), bindings for OCaml |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 2.7-6 |
Sektion | ocaml |
Priorität | optional |
Installierte Größe | 1420 Byte |
Hängt ab von | ocaml-base-nox-3.11.2, llvm-2.7-dev (= 2.7-6) |
Empfohlene Pakete | |
Paketbetreuer | LLVM Packaging Team |
Quelle | llvm-2.7 |
Paketgröße | 221128 Byte |
Prüfsumme MD5 | 5c3055fea4f6f2447b1f5f3d9520002d |
Prüfsumme SHA1 | 35ca554cc101710834a1403c344e06a86423ad96 |
Prüfsumme SHA256 | 409a914ee488d68f6a0c46ab898b5ff199ec6f496f40f01aad70478ecbeb2e9d |
Link zum Herunterladen | libllvm-ocaml-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 OCaml bindings to develop applications using llvm.
|