wok annotate python-cffi/description.txt @ rev 25336

updated suricata (5.0.2 -> 6.0.6)
author Hans-G?nter Theisgen
date Sat Jul 23 17:54:01 2022 +0100 (23 months ago)
parents
children
rev   line source
Hans-G?nter@25166 1 C Foreign Function Interface for Python.
Hans-G?nter@25166 2 Interact with almost any C code from Python, based on C-like
Hans-G?nter@25166 3 declarations that you can often copy-paste from header files
Hans-G?nter@25166 4 or documentation.