File: control

package info (click to toggle)
ros-roslisp 1.9.22-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 796 kB
  • sloc: lisp: 5,271; python: 632; xml: 528; sh: 210; makefile: 50
file content (22 lines) | stat: -rw-r--r-- 1,024 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: ros-roslisp
Section: lisp
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 (>= 11), catkin (>= 0.7.14-5)
Standards-Version: 4.2.1
Rules-Requires-Root: no
Homepage: https://wiki.ros.org/roslisp
Vcs-Browser: https://salsa.debian.org/science-team/ros-roslisp
Vcs-Git: https://salsa.debian.org/science-team/ros-roslisp.git

Package: roslisp
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, sbcl | lisp-compiler, rospack-tools, cl-rosgraph-msgs, cl-std-srvs, python
Description: Lisp client library for Robot OS
 This package is part of Robot OS (ROS). Roslisp is a client library
 for writing ROS nodes in idiomatic Common Lisp. The library is
 written to support ease of use, quick scripting of nodes, and
 interactive debugging of a running ROS system.