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
|
Source: cyclonedds
Section: libs
Priority: optional
Maintainer: Debian Robotics Team <team+robotics@tracker.debian.org>
Uploaders: Timo Röhling <roehling@debian.org>
Build-Depends:
debhelper-compat (= 13),
bison,
cmake,
cyclonedds-tools <cross>,
dh-sequence-sphinxdoc <!nodoc>,
doxygen <!nodoc>,
graphviz <!nodoc>,
libcunit1-dev <!nocheck>,
libiceoryx-binding-c-dev (>= 2) [amd64 arm64 armhf mips64el ppc64el s390x alpha ia64 ppc64 riscv64 sparc64],
libssl-dev,
python3-exhale <!nodoc>,
Standards-Version: 4.6.1
Rules-Requires-Root: no
Homepage: https://projects.eclipse.org/projects/iot.cyclonedds
Vcs-Git: https://salsa.debian.org/robotics-team/cyclonedds.git
Vcs-Browser: https://salsa.debian.org/robotics-team/cyclonedds
Description: Eclipse Cyclone DDS
Eclipse Cyclone DDS is a very performant and robust open-source
implementation of the Data Distribution Service (DDS) standard by the
Object Management Group (OMG) and the related wire protocol for
interoperability (RTPS). It is developed completely in the open as an
Eclipse IoT project with a growing list of adopters, and has become a
tier-1 middleware for the Robot Operating System (ROS 2).
Package: libddsc0debian
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: ${source:Synopsis} library
${source:Extended-Description}
Package: libcycloneddsidl0
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: ${source:Synopsis} IDL library
${source:Extended-Description}
.
This package provides the Interface Definition Language (IDL) compiler
library. IDL is used to specify data exchange formats for participants
in a DDS network.
Package: cyclonedds-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Recommends: cyclonedds-tools
Depends: ${misc:Depends},
libddsc0debian (= ${binary:Version}),
libcycloneddsidl0 (= ${binary:Version}),
libiceoryx-binding-c-dev [amd64 arm64 armhf mips64el ppc64el s390x alpha ia64 ppc64 riscv64 sparc64],
Breaks: libddsc-dev (<< 0.8.1-1)
Replaces: libddsc-dev (<< 0.8.1-1)
Description: ${source:Synopsis} library - development headers
${source:Extended-Description}
.
This package installs the development headers for all DDS libraries.
Package: cyclonedds-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
Breaks: libddsc-doc (<< 0.8.1-1)
Replaces: libddsc-doc (<< 0.8.1-1)
Description: ${source:Synopsis} library - API documentation
${source:Extended-Description}
.
This package installs the API documentation.
Package: cyclonedds-tools
Section: devel
Architecture: any
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}
Breaks: libddsc-tools (<< 0.8.1-1)
Replaces: libddsc-tools (<< 0.8.1-1)
Description: ${source:Synopsis} tools
${source:Extended-Description}
.
This package installs the command-line tools for Cyclone DDS, most
importantly the Interface Definition Language (IDL) compiler, which is
needed to specify data exchange formats for the participants in a DDS
network.
|