1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: ros-genlisp
Section: python
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Thomas Moulard <thomas.moulard@gmail.com>,
Jochen Sprickerhof <jspricke@debian.org>,
Leopold Palomo-Avellaneda <leo@alaxarxa.net>
Build-Depends: debhelper (>= 9), catkin (>= 0.6.16-4), python-genmsg, python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), dh-python
Standards-Version: 3.9.8
Homepage: http://wiki.ros.org/genlisp
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/ros/ros-genlisp.git
Vcs-Git: https://anonscm.debian.org/cgit/debian-science/packages/ros/ros-genlisp.git
X-Python-Version: >= 2.7
Package: python-genlisp
Architecture: all
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
Description: Common-Lisp Robot OS message and service generators
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.
|