-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontrol
More file actions
83 lines (77 loc) · 3.44 KB
/
control
File metadata and controls
83 lines (77 loc) · 3.44 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
Source: dccl5
Priority: extra
Maintainer: Toby Schneider <tes.aubergine@gmail.com>
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,
liblua5.3-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-dccl5
Conflicts: python3-dccl4
Architecture: any
Depends: libdccl5 (= ${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: libdccl5-dev
Provides: libdccl-dev
Conflicts: libdccl4-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libdccl5 (= ${binary:Version}),
libboost-dev (>= 1.40~),
libcrypto++-dev,
libprotobuf-dev,
libprotoc-dev,
libb64-dev,
liblua5.3-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).
Package: libdccl5
Section: libs
Architecture: any
Conflicts: libdccl4
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).
Package: dccl5-compiler
Depends: ${shlibs:Depends}, ${misc:Depends}
Section: science
Architecture: any
Conflicts: dccl4-compiler
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).
This package provides the 'protoc-gen-dccl' plugin for the Protocol Buffers compiler (protoc)
Package: dccl5-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).
Package: dccl5-apps
Depends: ${shlibs:Depends}, ${misc:Depends}
Section: science
Conflicts: dccl4-apps
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).
This package provides the 'dccl' command line tool.