-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.xml
29 lines (22 loc) · 902 Bytes
/
package.xml
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>
<name>rtsprofile</name>
<version>2.0.0</version>
<description>
<p>Library to read, manipulate and write RT system profiles using the RTSProfile XML schema.</p>
</description>
<!-- One maintainer tag required, multiple allowed, one person per tag -->
<!-- Example: -->
<!-- <maintainer email="jane.doe@example.com">Jane Doe</maintainer> -->
<maintainer email="k-okada@jsk.t.u-tokyo.ac.jp">Kei OKada</maintainer>
<maintainer email="iisaito@kinugarage.com">Isao Isaac Saito</maintainer>
<author email="git@killbots.net">Geoffrey Biggs</author>
<license>EPL</license>
<url type="website">http://ros.org/wiki/openrtm_tools</url>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>python-setuptools</build_depend>
<build_depend>python-omniorb</build_depend>
<export>
<build_type>cmake</build_type>
</export>
</package>