Paketname | libboost-python1.40-dev |
Beschreibung | Boost.Python Library development files |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (main) |
Version | 1.40.0-4ubuntu4 |
Sektion | libdevel |
Priorität | optional |
Installierte Größe | 864 Byte |
Hängt ab von | libboost1.40-dev (= 1.40.0-4ubuntu4), libboost-python1.40.0 (= 1.40.0-4ubuntu4), python-dev, python |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | boost1.40 |
Paketgröße | 199930 Byte |
Prüfsumme MD5 | e5ee20baef59da73247c3b6c6059a576 |
Prüfsumme SHA1 | d81c02f5118bd438e75198910d6afab574c822c8 |
Prüfsumme SHA256 | da0f006ed2e0b7d2af5d80a66b70738551d88146d57eff18c2d705faac0b689c |
Link zum Herunterladen | libboost-python1.40-dev_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.
.
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.
|