-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontrol
75 lines (69 loc) · 4.19 KB
/
control
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
Source: dccl3
Priority: extra
Maintainer: Toby Schneider <[email protected]>
Build-Depends: cdbs (>= 0.4.93~),
debhelper (>= 8.1.3),
cmake,
libboost-dev (>= 1.40~),
libcrypto++-dev,
libprotobuf-dev,
libprotoc-dev,
protobuf-compiler,
libb64-dev,
doxygen,
graphviz,
dh-python,
libpython3-all-dev,
python3-all-dev:any,
python3-setuptools
Standards-Version: 3.9.3
Section: libs
Homepage: https://launchpad.net/dccl
Package: python3-dccl3
Architecture: any
Depends: libdccl3 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python3-protobuf
Description: Python package for the Dynamic Compact Control Language.
The Dynamic Compact Control Language (DCCL) is a marshalling and protocol language for very low throughput links (e.g. acoustic, satellite, low frequency radio). Formerly part of Goby (https://launchpad.net/goby) for releases 1 and 2, we believe DCCL has reached a level of maturity that it can be more easily standardized, adopted, and maintained as a separate project.
Package: libdccl3-dev
Provides: libdccl-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libdccl3 (= ${binary:Version}),
libboost-dev (>= 1.40~),
libcrypto++-dev,
libprotobuf-dev,
libprotoc-dev,
libb64-dev,
${misc:Depends}
Description: Developers' package for the Dynamic Compact Control Language.
The Dynamic Compact Control Language (DCCL) is a marshalling and protocol language for very low throughput links (e.g. acoustic, satellite, low frequency radio). Formerly part of Goby (https://launchpad.net/goby) for releases 1 and 2, we believe DCCL has reached a level of maturity that it can be more easily standardized, adopted, and maintained as a separate project.
Package: libdccl3
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Libraries for the Dynamic Compact Control Language.
The Dynamic Compact Control Language (DCCL) is a marshalling and protocol language for very low throughput links (e.g. acoustic, satellite, low frequency radio). Formerly part of Goby (https://launchpad.net/goby) for releases 1 and 2, we believe DCCL has reached a level of maturity that it can be more easily standardized, adopted, and maintained as a separate project.
Package: dccl3-compiler
Depends: ${shlibs:Depends}, ${misc:Depends}
Section: science
Architecture: any
Multi-Arch: foreign
Description: Protobuf compiler for DCCL (protoc-gen-dccl): used to create Boost Units methods
The Dynamic Compact Control Language (DCCL) is a marshalling and protocol language for very low throughput links (e.g. acoustic, satellite, low frequency radio). Formerly part of Goby (https://launchpad.net/goby) for releases 1 and 2, we believe DCCL has reached a level of maturity that it can be more easily standardized, adopted, and maintained as a separate project.
Package: dccl3-doc
Depends: ${shlibs:Depends}, ${misc:Depends}
# Build-Profiles: <!nodoc>
Section: doc
Architecture: all
Multi-Arch: foreign
Description: Documentation for the Dynamic Compact Control Language.
The Dynamic Compact Control Language (DCCL) is a marshalling and protocol language for very low throughput links (e.g. acoustic, satellite, low frequency radio). Formerly part of Goby (https://launchpad.net/goby) for releases 1 and 2, we believe DCCL has reached a level of maturity that it can be more easily standardized, adopted, and maintained as a separate project.
Package: dccl3-apps
Depends: ${shlibs:Depends}, ${misc:Depends}
Section: science
Architecture: any
Description: Applications for the Dynamic Compact Control Language.
The Dynamic Compact Control Language (DCCL) is a marshalling and protocol language for very low throughput links (e.g. acoustic, satellite, low frequency radio). Formerly part of Goby (https://launchpad.net/goby) for releases 1 and 2, we believe DCCL has reached a level of maturity that it can be more easily standardized, adopted, and maintained as a separate project.
This package provides the 'dccl' command line tool.