bare
BAP Rule Engine Library
Description
BARE is a library that provides non-linear pattern matching on streams of facts that are represented as s-expressions. We use BARE, in particular, to process Primus observations. Since Primus components use observations to convey their knowledge downstream it is very convenient to be able to query and join observations through the stream. In a sense, BARE could be seen as SQL select/join for streams.
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
- Published
- 18 Nov 2019
- Authors
- Maintainers
Sources
Dependencies
parsexp
>= "v0.11" & < "v0.12"
oasis
build
core_kernel
>= "v0.11" & < "v0.12"
ocaml
>= "4.04.1" & < "4.08.0"
Reverse Dependencies
bap-primus-support
>= "1.4.0" & < "2.2.0"