diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-02-10 21:44:29 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-02-10 23:31:58 +0100 |
commit | ab17297a4ddeaf897794abffabc8600334795e7e (patch) | |
tree | d05d66639fd56f6dabd175fb664ac97b8ca12bb8 /gnu | |
parent | ae8db9ce327337b4e8a20a5082829b9ed1ef432c (diff) | |
download | patches-ab17297a4ddeaf897794abffabc8600334795e7e.tar patches-ab17297a4ddeaf897794abffabc8600334795e7e.tar.gz |
gnu: pybind11: Tweak description.
* gnu/packages/python-xyz.scm (pybind11)[description]: Tweak.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index e88ef25e90..0f16ac0ead 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -15422,12 +15422,12 @@ under Python 2.7.") #:test-target "check")) (home-page "https://github.com/pybind/pybind11/") (synopsis "Seamless operability between C++11 and Python") - (description "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.") + (description + "@code{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 @code{Boost.Python} +library: to minimize boilerplate code in traditional extension modules by +inferring type information using compile-time introspection.") (license license:bsd-3))) (define-public python-fasteners |