pybind11 2.9.1-1 source package in Ubuntu

Changelog

pybind11 (2.9.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.

 -- Drew Parsons <email address hidden>  Fri, 11 Feb 2022 11:47:07 +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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pybind11_2.9.1-1.dsc 2.6 KiB 561929398ad29688794beebeb9789ccc846fdada9f89c7d8c4ad0d9f59cf8b59
pybind11_2.9.1.orig.tar.gz 687.4 KiB c6160321dc98e6e1184cc791fbeadd2907bb4a0ce0e447f2ea4ff8ab56550913
pybind11_2.9.1-1.debian.tar.xz 66.3 KiB c2122d7ed396e133f3048e96898a41d4e3a784f849fa120729f967af60ef0221

Available diffs

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.