bifcl 1.6.2-1 source package in Ubuntu

Changelog

bifcl (1.6.2-1) unstable; urgency=medium

  * New upstream version 1.6.2
  * Add debian/gbp.conf

 -- Hilko Bengen <email address hidden>  Tue, 06 Dec 2022 20:23:32 +0100

Upload details

Uploaded by:
Hilko Bengen
Uploaded to:
Sid
Original maintainer:
Hilko Bengen
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
bifcl_1.6.2-1.dsc 2.0 KiB a6abcc0afde21404757b53195e8d42723a1f70de93359a5284cc83da088d9b4f
bifcl_1.6.2.orig.tar.gz 66.3 KiB 09e475a53b99307d76a28f328f606f87090047e652b298c750ee90dc57145b77
bifcl_1.6.2.orig.tar.gz.asc 833 bytes 479337a756834d63750d8d617196c18ae6f9e6a54d6100ba0a8a524e1e6e9a25
bifcl_1.6.2-1.debian.tar.xz 13.0 KiB 0cbf17bb3a41b8b52665ec6ea430362176b50373efcb57a895ba0d47e6dabbda

Available diffs

No changes file available.

Binary packages built by this source

bifcl: 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-dbgsym: debug symbols for bifcl