summaryrefslogtreecommitdiffstats
path: root/python/pybind11
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-03-14 11:07:20 -0400
committer B. Watson <yalhcru@gmail.com>2022-03-17 12:37:56 -0400
commit5020b1529e6e10366aceea2200f0806057c2cf67 (patch)
treef21725a40d88a85ad368ac2551a2ee4e8db7b39d /python/pybind11
parent6360b6fb053af9a59d656f31fdb965263a216e50 (diff)
downloadslackbuilds-5020b1529e6e10366aceea2200f0806057c2cf67.tar.gz
slackbuilds-5020b1529e6e10366aceea2200f0806057c2cf67.tar.xz
python/pybind11: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python/pybind11')
-rw-r--r--python/pybind11/README11
1 files changed, 6 insertions, 5 deletions
diff --git a/python/pybind11/README b/python/pybind11/README
index 3805c59fc3..210670b19e 100644
--- a/python/pybind11/README
+++ b/python/pybind11/README
@@ -1,7 +1,8 @@
-pybind11 is a lightweight header-only 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.
+pybind11 is a lightweight header-only 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 SlackBuild supports both python2 and python3.