File: control

package info (click to toggle)
vast 2021.02.24-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 15,040 kB
  • sloc: cpp: 70,160; python: 1,640; sh: 1,057; makefile: 62; awk: 5
file content (37 lines) | stat: -rw-r--r-- 1,330 bytes parent folder | download
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.