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-genlisp
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>
Build-Depends: debhelper-compat (= 13), catkin, python3-genmsg, python3-setuptools, python3-all, dh-sequence-python3
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: https://wiki.ros.org/genlisp
Vcs-Browser: https://salsa.debian.org/science-team/ros-genlisp
Vcs-Git: https://salsa.debian.org/science-team/ros-genlisp.git
Package: python3-genlisp
Architecture: all
Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}, python3-genmsg
Breaks: python-genlisp (<< 0.4.17-3)
Replaces: python-genlisp (<< 0.4.17-3)
Description: Common-Lisp Robot OS message and service generators - Python 3 version
This package is part of Robot OS (ROS). genlisp is a Python program
that generates ROS messages and service code for Lisp. It lets you
generate the code for your program from plain text files.
.
This package contains the Python 3 module.
|