File: control

package info (click to toggle)
golang-github-hashicorp-serf 0.7.0~ds1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch, stretch-backports
  • size: 1,108 kB
  • ctags: 1,103
  • sloc: sh: 459; makefile: 54; python: 11
file content (66 lines) | stat: -rw-r--r-- 3,037 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
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: golang-github-hashicorp-serf
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Tianon Gravi <tianon@debian.org>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-github-armon-circbuf-dev,
               golang-github-armon-go-metrics-dev,
               golang-github-hashicorp-go-msgpack-dev,
               golang-github-hashicorp-go-syslog-dev,
               golang-github-hashicorp-logutils-dev,
               golang-github-hashicorp-mdns-dev,
               golang-github-hashicorp-memberlist-dev,
               golang-github-mitchellh-cli-dev,
               golang-github-mitchellh-mapstructure-dev,
               golang-github-ryanuber-columnize-dev,
               golang-go
Standards-Version: 3.9.6
Homepage: https://www.serfdom.io
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-hashicorp-serf.git
Vcs-Git: git://anonscm.debian.org/pkg-go/packages/golang-github-hashicorp-serf.git
XS-Go-Import-Path: github.com/hashicorp/serf

Package: serf
Architecture: any
Depends: adduser, ${misc:Depends}, ${shlibs:Depends}
Description: Service orchestration and management tool
 Serf is a decentralized solution for service discovery and orchestration that
 is lightweight, highly available, and fault tolerant.
 .
 Serf runs on Linux, Mac OS X, and Windows. An efficient and lightweight gossip
 protocol is used to communicate with other nodes. Serf can detect node failures
 and notify the rest of the cluster. An event system is built on top of Serf,
 letting you use Serf's gossip protocol to propagate events such as deploys,
 configuration changes, etc. Serf is completely masterless with no single point
 of failure.
 .
 This package contains the tool/service.

Package: golang-github-hashicorp-serf-dev
Architecture: all
Depends: golang-github-armon-circbuf-dev,
         golang-github-armon-go-metrics-dev,
         golang-github-hashicorp-go-msgpack-dev,
         golang-github-hashicorp-go-syslog-dev,
         golang-github-hashicorp-logutils-dev,
         golang-github-hashicorp-mdns-dev,
         golang-github-hashicorp-memberlist-dev,
         golang-github-mitchellh-cli-dev,
         golang-github-mitchellh-mapstructure-dev,
         golang-github-ryanuber-columnize-dev,
         ${misc:Depends},
         ${shlibs:Depends}
Description: Service orchestration and management tool (source)
 Serf is a decentralized solution for service discovery and orchestration that
 is lightweight, highly available, and fault tolerant.
 .
 Serf runs on Linux, Mac OS X, and Windows. An efficient and lightweight gossip
 protocol is used to communicate with other nodes. Serf can detect node failures
 and notify the rest of the cluster. An event system is built on top of Serf,
 letting you use Serf's gossip protocol to propagate events such as deploys,
 configuration changes, etc. Serf is completely masterless with no single point
 of failure.
 .
 This package contains the source.