Paketname | python-llvm |
Beschreibung | Python bindings for LLVM |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.5+svn85-1+b1 |
Sektion | python |
Priorität | optional |
Installierte Größe | 22448 Byte |
Hängt ab von | libc6 (>= 2.3.6-6~), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.2.1), python (<< 2.7), python (>= 2.5), |
Empfohlene Pakete | |
Paketbetreuer | Carl Chenet |
Quelle | llvm-py (0.5+svn85-1) |
Paketgröße | 7939676 Byte |
Prüfsumme MD5 | fcb30782a4f278ae6b6833e9227ad20d |
Prüfsumme SHA1 | 7c987bfd458be606eec5e047dbec21ba92733a94 |
Prüfsumme SHA256 | 5d2501403f4248f0dad9b9cc921a7cac64ed8d24f080c86abc280d4dd6b09450 |
Link zum Herunterladen | python-llvm_0.5+svn85-1+b1_i386.deb |
Ausführliche Beschreibung | llvm-py provides Python bindings for LLVM, the Low Level Virtual Machine.
It's goal is to expose enough of LLVM APIs to implement a compiler backend
or a VM in pure Python.
.
llvm-py consists of Python and C modules that wrap over the native C++/C
bindings of LLVM, and does not use / have dependencies on "glue utilities"
like Boost.Python, swig etc.
|