pybind11 2.10.1-1 source package in Ubuntu

Changelog

pybind11 (2.10.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
    - provides pkgconfig file (in pybind11-dev)

 -- Drew Parsons <email address hidden>  Tue, 08 Nov 2022 14:13:42 +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

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pybind11_2.10.1-1.dsc 2.6 KiB 5fb60203c723484af1725fec1fb05b5a59812d6f7b7342a56f01fa8995c3808d
pybind11_2.10.1.orig.tar.gz 710.8 KiB 111014b516b625083bef701df7880f78c2243835abdb263065b6b59b960b6bad
pybind11_2.10.1-1.debian.tar.xz 66.8 KiB 61958d4c45ed831b7dd46a8a3f873d8cea7bf4d04253ac3d7095eaa07539f691

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.