Skip to content

Commit 0cf7473

Browse files
committed
add description
1 parent 8a7bdef commit 0cf7473

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

recipe/meta.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,13 @@ about:
8585
license_family: BSD
8686
license_file: LICENSE
8787
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.
8895
doc_url: https://pybind11.readthedocs.io/
8996
dev_url: https://github.com/pybind/pybind11/
9097

0 commit comments

Comments
 (0)