1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: ros-genmsg
Section: python
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Jochen Sprickerhof <jspricke@debian.org>,
Leopold Palomo-Avellaneda <leo@alaxarxa.net>,
Timo Röhling <roehling@debian.org>,
Build-Depends: debhelper-compat (= 13), catkin, python3-setuptools, python3-all, dh-sequence-python3
Standards-Version: 4.6.1
Rules-Requires-Root: no
Homepage: https://wiki.ros.org/genmsg
Vcs-Browser: https://salsa.debian.org/science-team/ros-genmsg
Vcs-Git: https://salsa.debian.org/science-team/ros-genmsg.git
Package: python3-genmsg
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, python3-empy
Description: Python 3 library for generating Robot OS message and service data
This package is part of Robot OS (ROS). Project genmsg exists in
order to decouple code generation (from .msg & .srv format files) from
the parsing of these files and from implementation details of the
build system.
.
This package contains the Python 3 module.
|