1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
Source: vast
Section: database
Priority: optional
Maintainer: Sascha Steinbiss <satta@debian.org>
Build-Depends: debhelper-compat (= 13),
cmake,
flatbuffers-compiler,
libflatbuffers-dev,
libfmt-dev,
libspdlog-dev,
libjemalloc-dev,
libpcap-dev,
libssl-dev,
libyaml-cpp-dev,
libcaf-dev (>= 0.17.6),
robin-map-dev,
libsimdjson-dev,
pandoc,
asciidoctor,
doxygen
Standards-Version: 4.5.1
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/debian/vast
Vcs-Git: https://salsa.debian.org/debian/vast.git
Homepage: https://github.com/tenzir/vast
Package: vast
Architecture: amd64 arm64 ppc64el s390x
Depends: ${shlibs:Depends}, ${misc:Depends}, adduser
Description: network telemetry engine for data-driven security investigations
VAST is a distributed platform for high-performance network forensics and
incident response that provides both continuous ingestion of voluminous event
streams and interactive query performance.
VAST leverages a native implementation of the actor model to scale both
intra-machine across available CPU cores, and inter-machine over a cluster of
commodity systems.
|