File: control

package info (click to toggle)
ros-pluginlib 1.10.4-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 296 kB
  • ctags: 229
  • sloc: cpp: 721; ansic: 564; xml: 49; python: 17; makefile: 12
file content (23 lines) | stat: -rw-r--r-- 1,433 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
23
Source: ros-pluginlib
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), libboost-filesystem-dev, libboost-system-dev, ros-cmake-modules, libclass-loader-dev (>=0.3.5-1), librosconsole-bridge-dev, libroslib-dev, libtinyxml-dev, librosconsole-dev, libroscpp-core-dev
Standards-Version: 3.9.8
Section: libs
Homepage: http://wiki.ros.org/pluginlib
Vcs-Git: https://anonscm.debian.org/cgit/debian-science/packages/ros/ros-pluginlib.git
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/ros/ros-pluginlib.git

Package: pluginlib-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, python, libboost-dev, libboost-filesystem-dev, libboost-system-dev, libtinyxml-dev, libclass-loader-dev, librosconsole-dev, libroslib-dev, ros-cmake-modules, libboost-filesystem-dev, libboost-system-dev
Description: ROS library for plugins
 This package is part of Robot OS (ROS). This is the high-level ROS
 plugin interface. It provides tools for writing and dynamically
 loading plugins using the ROS build infrastructure. To work, these
 tools require plugin providers to register their plugins in their
 package.xml file.