-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathcontrol
More file actions
66 lines (62 loc) · 2.53 KB
/
control
File metadata and controls
66 lines (62 loc) · 2.53 KB
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: carchivetools
Section: python
Priority: optional
Maintainer: Michael Davidsaver <mdavidsaver@bnl.gov>
Build-Depends: debhelper (>= 7.0.50~),
python3-all-dev, python3-all-dbg,
python3-numpy, python3-numpy-dbg,
python3-twisted,
protobuf-compiler, libprotobuf-dev,
python3-protobuf,
XS-Python3-Version: >= 3.7
Standards-Version: 3.8.0
Homepage: https://github.com/epicsdeb/carchivetools
Vcs-Git: https://github.com/epicsdeb/carchivetools
Package: carchivetools
Architecture: any
Depends: ${shlibs:Depends}, ${python:Depends},
python3-numpy,
python3-twisted,
${misc:Depends},
Recommends: carchivetools-archappl
Suggests: channelarchiver-a2aproxy, channelarchiver-archmiddle
XB-Python-Version: ${python:Versions}
Description: CLI utilities to query EPICS data archiver systems
Tools to query and extract data from the EPICS
Channel Archiver's XMLRPC data server, and the
Archiver Appliance's HTTP server.
Package: carchivetools-archappl
Architecture: any
Depends: ${shlibs:Depends}, ${python:Depends},
carchivetools (>= ${source:Version}), carchivetools (<< ${source:Version}.1~),
python3-protobuf,
${misc:Depends},
XB-Python3-Version: >=3.7
Description: CLI utilities to query EPICS data archiver systems
Tools to query and extract data from the EPICS
Channel Archiver's XMLRPC data server, and the
Archiver Appliance's HTTP server.
.
This package contains Archive Appliance support
Package: channelarchiver-a2aproxy
Architecture: any
Depends: carchivetools-archappl (>= ${source:Version}), carchivetools-archappl (<< ${source:Version}.1~),
${misc:Depends},
adduser,
Suggests: channelarchiver-dataserver
XB-Python3-Version: >=3.7
Description: Proxies requests from a Channel Archiver Client to an Archiver Appliance
Acts as a server for Channel Archiver Dataserver requests and as a client
to an Archiver Appliance server. Allows legacy Channel Archiver client
appliactions to transparently use Archiver Appliance.
Package: channelarchiver-archmiddle
Architecture: any
Depends: carchivetools (>= ${source:Version}), carchivetools (<< ${source:Version}.1~),
${misc:Depends},
adduser,
Suggests: channelarchiver-dataserver
XB-Python-Version: ${python:Versions}
Description: Proxy which hides some of the complexity of configuring a Archiver Client
Transforms a single client query to several parallel server queries on
different keys and combines the results. Useful when an overall index is
not available.