Source: ros-resource-retriever Priority: optional Maintainer: Debian Science Maintainers Uploaders: Jochen Sprickerhof , Leopold Palomo-Avellaneda Build-Depends: debhelper-compat (= 13), catkin (>= 0.8.10-1~), librosconsole-dev, libroslib-dev, libcurl4-openssl-dev | libcurl-dev, python3-all, dh-sequence-python3, libgtest-dev Standards-Version: 4.6.1 Section: libs Rules-Requires-Root: no Homepage: https://wiki.ros.org/resource_retriever Vcs-Browser: https://salsa.debian.org/science-team/ros-resource-retriever Vcs-Git: https://salsa.debian.org/science-team/ros-resource-retriever.git Package: libresource-retriever0d Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Multi-Arch: same Description: Robot OS resource_retriever library This package is part of Robot OS (ROS). It retrieves data from url-format files such as http://, ftp://, package:// file://, etc., and loads the data into memory. The package:// url for ros packages is translated into a local file:// url. The resource retriever was initially designed to load mesh files into memory, but it can be used for any type of data. The resource retriever is based on the libcurl library. . This package contains the library itself. Package: libresource-retriever-dev Section: libdevel Architecture: any Multi-Arch: same Depends: ${misc:Depends}, libresource-retriever0d ( = ${binary:Version}), ${python3:Depends}, python3, libboost-thread-dev, librosconsole-dev, libroslib-dev Description: Robot OS resource_retriever library - development files This package is part of Robot OS (ROS). It retrieves data from url-format files such as http://, ftp://, package:// file://, etc., and loads the data into memory. The package:// url for ros packages is translated into a local file:// url. The resource retriever was initially designed to load mesh files into memory, but it can be used for any type of data. The resource retriever is based on the libcurl library. . This package contains the development files. Package: python3-resource-retriever Section: python Architecture: all Depends: ${python3:Depends}, ${misc:Depends}, python3-roslib, libresource-retriever-dev Description: Robot OS resource_retriever library - Python 3 This package is part of Robot OS (ROS). It retrieves data from url-format files such as http://, ftp://, package:// file://, etc., and loads the data into memory. The package:// url for ros packages is translated into a local file:// url. The resource retriever was initially designed to load mesh files into memory, but it can be used for any type of data. The resource retriever is based on the libcurl library. . This package contains the Python 3 binding.