mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 23:58:20 +00:00
This largely copies over Spicy's `.clang-format` configuration file. The one place where we deviate is header include order since Zeek depends on headers being included in a certain order. |
||
|---|---|---|
| .. | ||
| plugin | ||
| scripts | ||
| CMakeLists.txt | ||
| README | ||
| VERSION | ||
PyLib
=====
Embedding Python with a plugin.
zeek -e 'Python::run_simple_string("import this")'
Mostly to test a link dependency of a builtin plugin.