pybind11 2.9.1-2 source package in Ubuntu

Changelog

pybind11 (2.9.1-2) unstable; urgency=medium

  * Team upload.
  * debian patch python_paths_PR3764.patch applies upstream PR#3764
    to fix python path used by cmake. Closes: #1006615.

 -- Drew Parsons <email address hidden>  Tue, 15 Mar 2022 20:54:33 +0100

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pybind11_2.9.1-2.dsc 2.6 KiB 1bd296eeddb4790dbf56d049e93d9575458dd3195e16576828b9fca35ca7f123
pybind11_2.9.1.orig.tar.gz 687.4 KiB c6160321dc98e6e1184cc791fbeadd2907bb4a0ce0e447f2ea4ff8ab56550913
pybind11_2.9.1-2.debian.tar.xz 67.2 KiB 4515468a1500aa6548f8c4a70577b272c1724f194927a4281674dd0e7a7e1856

No changes file available.

Binary packages built by this source

pybind11-dev: seamless operability between C++11 and Python

 pybind11 is a lightweight header library that exposes C++ types in
 Python and vice versa, mainly to create Python bindings of existing C++
 code. Its goals and syntax are similar to the excellent Boost.Python
 library by David Abrahams: to minimize boilerplate code in traditional
 extension modules by inferring type information using compile-time
 introspection.
 .
 This package provides the header-only library.

pybind11-doc: documentation for pybind11

 pybind11 is a lightweight header library that exposes C++ types in
 Python and vice versa, mainly to create Python bindings of existing C++
 code. Its goals and syntax are similar to the excellent Boost.Python
 library by David Abrahams: to minimize boilerplate code in traditional
 extension modules by inferring type information using compile-time
 introspection.
 .
 This package provides the documentation.

python3-pybind11: pybind11 helper module for Python 3

 pybind11 is a lightweight header library that exposes C++ types in
 Python and vice versa, mainly to create Python bindings of existing C++
 code. Its goals and syntax are similar to the excellent Boost.Python
 library by David Abrahams: to minimize boilerplate code in traditional
 extension modules by inferring type information using compile-time
 introspection.
 .
 This package provides pybind11 for Python 3.