[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/pybind/pybind.desc [COPY] Copyright (C) 2023 - 2025 The T2 SDE Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] Seamless operability between C++11 and Python [T] Pybind11 is a lightweight header-only library that exposes C++ types in [T] Python and vice versa, mainly to create Python bindings of existing C++ [T] code. Its goals and syntax are similar to the excellent Boost.Python [T] library by David Abrahams: to minimize boilerplate code in [T] traditional extension modules by inferring type information [T] using compile-time introspection. [U] https://pybind11.readthedocs.io/en/stable/ [A] Wenzel Jakob [M] The T2 Project [C] extra/development [F] CROSS [L] MIT [S] Stable [V] 2.13.6 [P] X -----5---9 126.450 hook_add postdoc 3 "cmake --install . " [D] 734e6acf2dc5707dfca15273fcac662ab3df180d880231ea8d142e90 pybind-2.13.6.tar.gz https://github.com/pybind/pybind11/archive/v2.13.6/