Paketname | python-llvm |
Beschreibung | Python bindings for LLVM |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.5+svn85-1 |
Sektion | universe/python |
Priorität | optional |
Installierte Größe | 11128 Byte |
Hängt ab von | libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0), python (<< 2.7), python (>= 2.6), pytho |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | llvm-py |
Paketgröße | 3996446 Byte |
Prüfsumme MD5 | 4560de97d806aad07494741ccfc07022 |
Prüfsumme SHA1 | b8e07be6e55640b1e868e461b01d4c6cebe96d5e |
Prüfsumme SHA256 | 2369e1b1df9c5a392f9f6e1a324e5e0deba2be6bd8ea1b451813483b4d1ad93b |
Link zum Herunterladen | python-llvm_0.5+svn85-1_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.
|