pybind11 2.8.1-3 source package in Ubuntu

Changelog

pybind11 (2.8.1-3) unstable; urgency=medium

  * Team upload.
  * upload pybind11 2.8.1 to unstable

 -- Drew Parsons <email address hidden>  Sat, 18 Dec 2021 22:47:30 +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.8.1-3.dsc 2.6 KiB 66ac629642eb1aec746ce4b764a14cc6be63ae46a04aa18e477bd384b62229b6
pybind11_2.8.1.orig.tar.gz 676.8 KiB f1bcc07caa568eb312411dde5308b1e250bd0e1bc020fae855bf9f43209940cc
pybind11_2.8.1-3.debian.tar.xz 66.6 KiB 12763b74750002a1b10793ab10b2f45a6f9772fa641ec6e24e59922706bee2a5

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.