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
|
Source: cyclonedds
Section: libs
Priority: optional
Maintainer: Timo Röhling <timo@gaussglocke.de>
Build-Depends: debhelper-compat (= 13),
cmake, libssl-dev,
default-jdk, javahelper, maven-debian-helper, maven-repo-helper,
antlr4-maven-plugin,
libbuild-helper-maven-plugin-java,
libmaven-resources-plugin-java,
libmaven-jar-plugin-java,
libmaven-antrun-plugin-java,
libmaven-compiler-plugin-java,
antlr3,
antlr4,
libstringtemplate-java,
libstringtemplate4-java,
ant-optional,
libantlr-java,
libcunit1-dev <!nocheck>,
doxygen <!nodoc>, graphviz <!nodoc>, python3-sphinx <!nodoc>,
python3-breathe <!nodoc>
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: https://projects.eclipse.org/projects/iot.cyclonedds
Vcs-Git: https://salsa.debian.org/roehling/cyclonedds.git
Vcs-Browser: https://salsa.debian.org/roehling/cyclonedds
Package: libddsc0
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Eclipse Cyclone DDS library
Eclipse Cyclone DDS is a very performant and robust open-source DDS
implementation. Cyclone DDS is developed completely in the open as an
Eclipse IoT project with a growing list of adopters. It is a tier-1
middleware for the Robot Operating System (ROS 2).
Package: libddsc-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Recommends: libddsc-tools
Depends: libddsc0 (= ${binary:Version}), ${misc:Depends}
Description: Eclipse Cyclone DDS library - development headers
Eclipse Cyclone DDS is a very performant and robust open-source DDS
implementation. Cyclone DDS is developed completely in the open as an
Eclipse IoT project with a growing list of adopters. It is a tier-1
middleware for the Robot Operating System (ROS 2).
.
This package installs the development headers.
Package: libddsc-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
Description: Eclipse Cyclone DDS library - API documentation
Eclipse Cyclone DDS is a very performant and robust open-source DDS
implementation. Cyclone DDS is developed completely in the open as an
Eclipse IoT project with a growing list of adopters. It is a tier-1
middleware for the Robot Operating System (ROS 2).
.
This package installs the API documentation.
Package: libddsc-tools
Section: net
Architecture: any
Depends: ${java:Depends}, ${shlibs:Depends}, ${misc:Depends}
Description: Eclipse Cyclone DDS tools
Eclipse Cyclone DDS is a very performant and robust open-source DDS
implementation. Cyclone DDS is developed completely in the open as an
Eclipse IoT project with a growing list of adopters. It is a tier-1
middleware for the Robot Operating System (ROS 2).
.
This package installs the command-line tools for Cyclone DDS.
|