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
|
Source: pollen
Section: admin
Priority: optional
Maintainer: Thorsten Alteholz <debian@alteholz.de>
Build-Depends: debhelper-compat (= 12)
, dh-apparmor
, dh-golang
, golang-any
Standards-Version: 4.5.0
Homepage: http://launchpad.net/pollen
Vcs-Browser: https://salsa.debian.org/alteholz/pollen
Vcs-Git: https://salsa.debian.org/alteholz/pollen.git
XS-Go-Import-Path: launchpad.net/pollen
Testsuite: autopkgtest-pkg-go
Package: pollen
Architecture: any
Built-Using: ${misc:Built-Using}
Depends: ${misc:Depends}, ${shlibs:Depends}
, libcap2-bin
, ent
, adduser
, openssl
Recommends: pollinate
, rng-tools
Suggests: apparmor (>= 2.3)
Description: Entropy-as-a-Service web server
Pollen is an Entropy-as-a-Service web server, providing random seeds.
This can be performed over both cleartext http and encrypted
https TLS connections.
|