pybind11 2.10.4-1 source package in Ubuntu

Changelog

pybind11 (2.10.4-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * pybind11-dev Recommends: libpython3-dev to help ensure Python.h is
    available. Closes: #1032324.

 -- Drew Parsons <email address hidden>  Mon, 12 Jun 2023 01:43:06 +0200

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

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pybind11_2.10.4-1.dsc 2.6 KiB f6d940b80e1deac8534ee67c79066ca6b2ab45220b9715627b0b812ca754194c
pybind11_2.10.4.orig.tar.gz 723.3 KiB 832e2f309c57da9c1e6d4542dedd34b24e4192ecb4d62f6f4866a737454c9970
pybind11_2.10.4-1.debian.tar.xz 67.0 KiB bf7e116fdd306bf6424523b4a9418e366f242b6c3695ebc1609b683bcb3174cf

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.