Codebase list balboa / scrub-obsolete/main debian / control
scrub-obsolete/main

Tree @scrub-obsolete/main (Download .tar.gz)

control @scrub-obsolete/mainraw · history · blame

Source: balboa
Section: net
Priority: optional
Maintainer: Sascha Steinbiss <satta@debian.org>
Build-Depends: debhelper-compat (= 13),
 dh-golang,
 golang-go,
 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,
 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,
 librocksdb-dev,
 help2man
Standards-Version: 4.6.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.