gnu: pybind11: Tweak description.

* gnu/packages/python-xyz.scm (pybind11)[description]: Tweak.
This commit is contained in:
Ludovic Courtès 2020-02-10 21:44:29 +01:00
parent ae8db9ce32
commit ab17297a4d
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

View File

@ -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