パッケージ: libboost-python1.74.0 (1.74.0+ds1-23.1 など)
libboost-python1.74.0 に関するリンク
Debian の資源:
boost1.74 ソースパッケージをダウンロード:
- [boost1.74_1.74.0+ds1-23.1.dsc]
- [boost1.74_1.74.0+ds1.orig.tar.xz]
- [boost1.74_1.74.0+ds1-23.1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [www.boost.org]
類似のパッケージ:
Boost.Python Library
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.
One of the python interpreter packages is required to use the created extensions.
その他の libboost-python1.74.0 関連パッケージ
|
|
|
|
-
- dep: libc6 (>= 2.4)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libgcc-s1 (>= 3.5)
- GCC 共有ライブラリ
-
- dep: libstdc++6 (>= 11)
- GNU 標準 C++ ライブラリ v3
-
- sug: python3
- interactive high-level object-oriented language (default python3 version)