forked from ixblue/ixblue_stdbin_decoder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
29 lines (21 loc) · 862 Bytes
/
package.xml
File metadata and controls
29 lines (21 loc) · 862 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
<?xml version="1.0"?>
<package format="2">
<name>ixblue_stdbin_decoder</name>
<version>0.2.1</version>
<description>iXblue parsing library for protocol iXblue stdbin</description>
<maintainer email="romain.reignier@ixblue.com">Romain Reignier</maintainer>
<license>MIT</license>
<url type="website">http://wiki.ros.org/ixblue_stdbin_decoder</url>
<author email="adrien.barral@ixblue.com">Adrien BARRAL</author>
<author email="laure.le-breton@ixblue.com">Laure LEBROTON</author>
<buildtool_depend>cmake</buildtool_depend>
<build_depend>libboost-dev</build_depend>
<build_export_depend>libboost-dev</build_export_depend>
<depend>libboost-system-dev</depend>
<exec_depend>catkin</exec_depend>
<test_depend>git</test_depend>
<test_depend>gtest</test_depend>
<export>
<build_type>cmake</build_type>
</export>
</package>