Paketname | libboost-python1.42-dev |
Beschreibung | Boost.Python Library development files |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.42.0-4 |
Sektion | libdevel |
Priorität | optional |
Installierte Größe | 1408 Byte |
Hängt ab von | libboost1.42-dev (= 1.42.0-4), libboost-python1.42.0 (= 1.42.0-4), python-dev, python (>= 2.4), pyth |
Empfohlene Pakete | |
Paketbetreuer | Debian Boost Team |
Quelle | boost1.42 |
Paketgröße | 342734 Byte |
Prüfsumme MD5 | 8c210bc2028ecc13f8cb59bff51b9ff6 |
Prüfsumme SHA1 | fe90f154d6d8b08e48a29f329f5922f74c1c49d4 |
Prüfsumme SHA256 | 7e32391e5e54bd19142832d59fa68d4bad5adb5f664eac2d42cdb94c69021cb2 |
Link zum Herunterladen | libboost-python1.42-dev_1.42.0-4_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.
.
This package also contains the pyste Boost.Python code generator that
allows the user to specify classes and functions to be exported using
a simple interface file, which following the Boost.Python's
philosophy, is simple Python code.
.
This package allows development of a Python interface for all current
versions of Python in Debian. Code using this library will need also
one of the Python development packages.
|