Source: python-pybind11
Section: libs
Priority: optional
Standards-Version: 4.5.0
Maintainer: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Homepage: https://github.com/pybind/pybind11/tags
Vcs-Browser: https://github.com/alvistack/pybind-pybind11
Vcs-Git: https://github.com/alvistack/pybind-pybind11.git
Build-Depends:
 debhelper,
 debhelper-compat (= 10),
 dh-python,
 cmake4,
 fdupes,
 python3-dev,
 python3-pip,
 python3-scikit-build-core (>= 0.11.2),

Package: pybind11-dev
Architecture: all
Section: libdevel
Description: 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.
Depends:
 ${misc:Depends},
Recommends:
 libeigen3-dev,

Package: python3-pybind11
Architecture: all
Section: python
Description: 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.
Depends:
 ${misc:Depends},
 ${python3:Depends},
 pybind11-dev (= ${source:Version}),
Recommends:
 python3-numpy,
