Paketname | libboost-python1.40.0 |
Beschreibung | Boost.Python Library |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (main) |
Version | 1.40.0-4ubuntu4 |
Sektion | python |
Priorität | optional |
Installierte Größe | 396 Byte |
Hängt ab von | libc6 (>= 2.3.6-6~), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.2.1) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | boost1.40 |
Paketgröße | 138696 Byte |
Prüfsumme MD5 | 2b12c1eef2fb5c99aae0b8a6e00333f5 |
Prüfsumme SHA1 | 9ca0a68b53fc266eef3b1a6f670c4000be73d180 |
Prüfsumme SHA256 | e6d020678ee15002eed6ab22680c308c174b1adfe18abc2999a53d9c67ca19d1 |
Link zum Herunterladen | libboost-python1.40.0_1.40.0-4ubuntu4_i386.deb |
Ausführliche Beschreibung | This package forms part of the Boost C++ Libraries collection.
.
The Boost Python Library is used to quickly and easily export a C++
library to Python such that the Python interface is very similar to
the C++ interface. It is designed to be minimally intrusive on your
C++ design. In most cases, you should not have to alter your C++
classes in any way in order to use them with Boost.Python. The
system should simply "reflect" your C++ classes and functions into
Python. The major features of Boost.Python include support for:
Subclassing extension types in Python, Overriding virtual functions
in Python, Member function Overloading, Automatic wrapping of
numeric operators among others.
|