pybind11 2.7.1-2 source package in Ubuntu

Changelog

pybind11 (2.7.1-2) unstable; urgency=medium

  * Team upload.
  * [508b902] Add .gitlab-ci.yml
  * [48e392c] Drop LTO on some archs. (Closes: #1000780)

 -- Anton Gladky <email address hidden>  Mon, 13 Dec 2021 19:55: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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pybind11_2.7.1-2.dsc 2.6 KiB 76ce58deb565ad9f9e11be2f390d95f5f993a640ffd302cfe93849efe1c4602b
pybind11_2.7.1.orig.tar.gz 652.6 KiB 616d1c42e4cf14fa27b2a4ff759d7d7b33006fdc5ad8fd603bb2c22622f27020
pybind11_2.7.1-2.debian.tar.xz 66.6 KiB 51ea31e119b4453f9c6676f1120f989b39699ea4752b1b483b2afe920b4b1d65

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.