File: control

package info (click to toggle)
receptor 1.5.5-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,772 kB
  • sloc: python: 1,643; makefile: 305; sh: 174
file content (141 lines) | stat: -rw-r--r-- 4,371 bytes parent folder | download | duplicates (2)
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
Source: receptor
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Jérémy Lal <kapouer@melix.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
 dh-sequence-golang,
 dh-sequence-python3,
 dh-sequence-sphinxdoc,
 sphinx,
 pybuild-plugin-pyproject,
 python3-setuptools,
 python3-all,
 python3-pytest,
 python3-urllib3,
 python3-click,
 python3-dateutil,
 python3-yaml,
 ca-certificates,
 help2man,
 lsof,
 psmisc,
 openssh-client,
 golang-any,
 golang-github-creack-pty-dev,
 golang-github-fortytw2-leaktest-dev,
 golang-github-fsnotify-fsnotify-dev,
 golang-github-ghjm-cmdline-dev,
 golang-github-golang-jwt-jwt-dev,
 golang-github-google-go-cmp-dev,
 golang-github-google-shlex-dev,
 golang-github-gorilla-websocket-dev,
 golang-github-minio-highwayhash-dev,
 golang-github-pbnjay-memory-dev,
 golang-github-quic-go-quic-go-dev,
 golang-github-rogpeppe-go-internal-dev,
 golang-github-songgao-water-dev,
 golang-github-spf13-cobra-dev,
 golang-github-spf13-viper-dev,
 golang-github-stretchr-testify-dev,
 golang-github-vishvananda-netlink-dev,
 golang-golang-x-net-dev,
 golang-golang-x-sys-dev,
 golang-gopkg-yaml.v2-dev,
 golang-go.uber-mock-dev,
 golang-uber-goleak-dev,
 golang-k8s-api-dev,
 golang-k8s-apimachinery-dev,
 golang-k8s-client-go-dev,
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/receptor
Vcs-Git: https://salsa.debian.org/go-team/packages/receptor.git
Homepage: https://github.com/ansible/receptor
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/ansible/receptor

Package: golang-github-ansible-receptor-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
 golang-github-creack-pty-dev,
 golang-github-fortytw2-leaktest-dev,
 golang-github-fsnotify-fsnotify-dev,
 golang-github-ghjm-cmdline-dev,
 golang-github-golang-jwt-jwt-dev,
 golang-github-google-go-cmp-dev,
 golang-github-google-shlex-dev,
 golang-github-gorilla-websocket-dev,
 golang-github-minio-highwayhash-dev,
 golang-github-pbnjay-memory-dev,
 golang-github-quic-go-quic-go-dev,
 golang-github-rogpeppe-go-internal-dev,
 golang-github-songgao-water-dev,
 golang-github-spf13-cobra-dev,
 golang-github-spf13-viper-dev,
 golang-github-stretchr-testify-dev,
 golang-github-vishvananda-netlink-dev,
 golang-golang-x-net-dev,
 golang-golang-x-sys-dev,
 golang-gopkg-yaml.v2-dev,
 golang-go.uber-mock-dev,
 golang-uber-goleak-dev,
 golang-k8s-api-dev,
 golang-k8s-apimachinery-dev,
 golang-k8s-client-go-dev,
Description: Daemon for controlling a mesh of nodes and workers (library)
 Receptor is an overlay network intended to ease the distribution
 of work across a large and dispersed collection of workers.
 Receptor nodes establish peer-to-peer connections with each other via
 existing networks.
 .
 These are the Golang development files.

Package: receptor
Section: web
Architecture: any
Depends: ${misc:Depends},
 ${shlibs:Depends},
 python3-receptorctl,
 python3-receptor-python-worker,
Built-Using: ${misc:Built-Using}
Suggests: receptor-doc
Description: Daemon for controlling a mesh of nodes and workers
 Receptor is an overlay network intended to ease the distribution
 of work across a large and dispersed collection of workers.
 Receptor nodes establish peer-to-peer connections with each other via
 existing networks.

Package: receptor-doc
Architecture: all
Section: doc
Built-Using: ${sphinxdoc:Built-Using}
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: Receptor HTML documentation
 Users, developers, and contributors guides.
 .
 Receptor is a daemon for controlling a mesh of nodes and workers.


Package: python3-receptorctl
Section: python
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Python library and client for interacting with receptor daemon
 This provides the Python library and command-line client to interact
 with receptor over its control socket interface.
 .
 Receptor is a daemon for controlling a mesh of nodes and workers.


Package: python3-receptor-python-worker
Section: python
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Command to let receptor supervise a Python worker plugin
 Receptor calls this command to supervise worker operations inside
 a node.
 .
 Receptor is a daemon for controlling a mesh of nodes and workers.