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 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66
|
Source: balboa
Section: net
Priority: optional
Maintainer: Sascha Steinbiss <satta@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-go (>= 2:1.23~),
golang-github-machinebox-graphql-dev,
golang-github-graph-gophers-graphql-go-dev,
golang-github-satori-go.uuid-dev,
golang-github-spf13-cobra-dev,
golang-github-spf13-viper-dev,
golang-github-go-sql-driver-mysql-dev,
golang-github-sirupsen-logrus-dev (>= 1.0.1),
golang-github-neowaylabs-wabbit-dev,
golang-github-rabbitmq-amqp091-go-dev,
golang-github-gocql-gocql-dev,
golang-github-data-dog-go-sqlmock-dev,
golang-github-ugorji-go-codec-dev (>= 1.1.1),
golang-github-yuin-gopher-lua-dev,
golang-github-farsightsec-go-nmsg-dev,
golang-github-gogo-protobuf-dev,
golang-github-golang-protobuf-1-5-dev,
librocksdb-dev (>= 5.15),
help2man
Standards-Version: 4.7.2
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/DCSO/balboa
Vcs-Browser: https://salsa.debian.org/debian/balboa
Vcs-Git: https://salsa.debian.org/debian/balboa.git
Homepage: https://github.com/DCSO/balboa
Package: balboa
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, adduser
Built-Using: ${misc:Built-Using}
Recommends: balboa-backend-rocksdb
Description: Passive DNS database with GraphQL interface, frontend
balboa is the BAsic Little Book Of Answers. It consumes and indexes
observations from passive DNS collection, providing a GraphQL interface
to access the aggregated contents of the observations database.
.
This package contains the frontend, which handles user query interaction
and input parsing. It requires a backend to store the consumed observations.
Package: balboa-backend-common
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: balboa
Description: Common files for balboa backends
balboa is the BAsic Little Book Of Answers. It consumes and indexes
observations from passive DNS collection, providing a GraphQL interface
to access the aggregated contents of the observations database.
.
This package contains files common to all backends available in Debian,
such as systemd unit files and management tools.
Package: balboa-backend-rocksdb
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, balboa-backend-common
Description: RocksDB backend for balboa
balboa is the BAsic Little Book Of Answers. It consumes and indexes
observations from passive DNS collection, providing a GraphQL interface
to access the aggregated contents of the observations database.
.
This package contains the RocksDB backend.
|