pybind11 2.10.3-1 source package in Ubuntu

Changelog

pybind11 (2.10.3-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.

 -- Drew Parsons <email address hidden>  Mon, 09 Jan 2023 13:29:12 +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
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pybind11_2.10.3-1.dsc 2.6 KiB 6ad8ae8ec485e7a6b09245adde9c527c0e9f4a510ddd58444a7ffaa7b1b4aaeb
pybind11_2.10.3.orig.tar.gz 722.9 KiB 5d8c4c5dda428d3a944ba3d2a5212cb988c2fae4670d58075a5a49075a6ca315
pybind11_2.10.3-1.debian.tar.xz 66.9 KiB 35ab05b933c8267abf14186b992203a912ed7985b9d470e5f93ca9ce702ca3e4

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.