wok diff python-cffi/description.txt @ rev 25476

Up foomatic-db-nonfree (20221012)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 13 16:28:13 2022 +0000 (20 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/python-cffi/description.txt	Thu Oct 13 16:28:13 2022 +0000
     1.3 @@ -0,0 +1,4 @@
     1.4 +C Foreign Function Interface for Python.
     1.5 +Interact with almost any C code from Python, based on C-like
     1.6 +declarations that you can often copy-paste from header files
     1.7 +or documentation.