We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a7bdef commit 0cf7473Copy full SHA for 0cf7473
recipe/meta.yaml
@@ -85,6 +85,13 @@ about:
85
license_family: BSD
86
license_file: LICENSE
87
summary: Seamless operability between C++11 and Python
88
+ description: |
89
+ pybind11 is a lightweight header-only library that exposes C++ types
90
+ in Python and vice versa, mainly to create Python bindings of existing
91
+ C++ code. Its goals and syntax are similar to the excellent Boost.Python
92
+ library by David Abrahams: to minimize boilerplate code in traditional
93
+ extension modules by inferring type information using compile-time
94
+ introspection.
95
doc_url: https://pybind11.readthedocs.io/
96
dev_url: https://github.com/pybind/pybind11/
97
0 commit comments