-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.xml
More file actions
32 lines (27 loc) · 991 Bytes
/
package.xml
File metadata and controls
32 lines (27 loc) · 991 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0"?>
<package format="2">
<name>redis_store</name>
<version>0.1.3</version>
<description>
redis_store wraps up the redis datastructure store in ROS, allowing
it to be used to store configuration parameters.
</description>
<maintainer email="alexander@roessler.systems">Alexander Rössler</maintainer>
<license>TODO</license>
<url>TODO</url>
<author>Alexander Rössler</author>
<buildtool_depend>catkin</buildtool_depend>
<depend>rospy</depend>
<depend>python3-redis</depend>
<depend>redis-server</depend>
<depend>redis_store_msgs</depend>
<test_depend>rostest</test_depend>
<test_depend>ros_pytest</test_depend>
<!-- rosdep resolves this as `pytest-dependency`, which is a valid
pip package, but for some reason adds it to the
`debian/control` `Build-Depends:`. -->
<!-- <test_depend>python-pytest-dependency-pip</test_depend> -->
<export>
<rosdoc config="${prefix}/rosdoc.yaml"/>
</export>
</package>