パッケージ: bifcl (1.6.2-1)
bifcl に関するリンク
Debian の資源:
bifcl ソースパッケージをダウンロード:
- [bifcl_1.6.2-1.dsc]
- [bifcl_1.6.2.orig.tar.gz]
- [bifcl_1.6.2.orig.tar.gz.asc]
- [bifcl_1.6.2-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [www.zeek.org]
類似のパッケージ:
Bro Built-In-Function Compiler
The bifcl program simply takes a .bif file as input and generates C++ header/source files along with a .bro script that all-together provide the declaration and implementation of Bro Built-In-Functions (BIFs), which can then be compiled and shipped as part of a Bro plugin.
A BIF allows one to write arbitrary C++ code and access it via a function call inside a Bro script. In this way, they can also be used to access parts of Bro's internal C++ API that aren't already exposed via their own BIFs.
その他の bifcl 関連パッケージ
|
|
|
|
-
- dep: libc6 (>= 2.34)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libgcc-s1 (>= 3.0)
- GCC 共有ライブラリ
-
- dep: libstdc++6 (>= 5.2)
- GNU 標準 C++ ライブラリ v3