File: control

package info (click to toggle)
golang-blitiri-go-systemd 0.0%2Bgit20170821.0.aec3508-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 68 kB
  • ctags: 25
  • sloc: makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,190 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
Source: golang-blitiri-go-systemd
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Alberto Bertogli <albertito@blitiri.com.ar>,
Build-Depends: debhelper (>= 10),
               dh-golang,
               golang-any,
Standards-Version: 4.1.0
Homepage: https://blitiri.com.ar/git/r/systemd/
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-blitiri-go-systemd.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-blitiri-go-systemd.git
XS-Go-Import-Path: blitiri.com.ar/go/systemd
Testsuite: autopkgtest-pkg-go

Package: golang-blitiri-go-systemd-dev
Architecture: all
Depends: ${misc:Depends},
         ${shlibs:Depends},
Description: Utilities to interact with systemd sockets in Go
 blitiri.com.ar/go/systemd is a Go package implementing a way to get network
 listeners from systemd, similar to C's sd_listen_fds() and
 sd_listen_fds_with_names().
 .
 Supports named file descriptors, which is useful if your daemon needs to be
 able to tell the different ports apart (e.g. http vs https).
 .
 It can be used by daemons to listen on privileged ports without needing to run
 as root.