-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
28 lines (22 loc) · 1.08 KB
/
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
<?xml version="1.0"?>
<package>
<name>alfred</name>
<version>0.1.88</version>
<description>This metapackage depends on package for common Alfred stack. This package is base of Alfred Assistant stack.</description>
<maintainer email="[email protected]">Mickael Gaillard</maintainer>
<maintainer email="[email protected]">Erwan Le Huitouze</maintainer>
<author email="[email protected]">Mickael Gaillard</author>
<author email="[email protected]">Erwan Le Huitouze</author>
<license>GPLv3</license>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>smarthome_media_model</build_depend>
<build_depend>smarthome_media_msgs</build_depend>
<build_depend>smarthome_media_msgs_java</build_depend>
<build_depend>smarthome_common_driver</build_depend>
<build_depend>alfred_bot</build_depend>
<run_depend>smarthome_media_model</run_depend>
<run_depend>smarthome_media_msgs</run_depend>
<run_depend>smarthome_media_msgs_java</run_depend>
<run_depend>smarthome_common_driver</run_depend>
<run_depend>alfred_bot</run_depend>
</package>