nanobind is a small binding library that exposes C++ types in Python
and vice versa. It is reminiscent of Boost.Python and pybind11 and
uses near-identical syntax. In contrast to these existing tools,
nanobind is more efficient: bindings compile in a shorter amount of
time, produce smaller binaries, and have better runtime performance.
This package contains the Python module.
Provides
Requires
License
BSD-3-Clause
Changelog
* Fri Sep 05 2025 Friedrich Haubensak <hsk17@mail.de>
- update to release 2.9.2
* for details about changes see
github.com/wjakob/nanobind/blob/master/docs/changelog.rst
- adapt nanobind-installationpath.patch to fit 2.9.2
* Tue Jul 29 2025 Friedrich Haubensak <hsk17@mail.de>
- update to release 2.8.0
* for details about changes see
github.com/wjakob/nanobind/blob/master/docs/changelog.rst
- adapt nanobind-installationpath.patch to fit 2.8.0
* Sat Apr 19 2025 Friedrich Haubensak <hsk17@mail.de>
- update to release 2.7.0
* for details about changes see
github.com/wjakob/nanobind/blob/master/docs/changelog.rst
- adapt nanobind-installationpath.patch to fit 2.7.0
- drop