-
Notifications
You must be signed in to change notification settings - Fork 14
/
manifest.xml
36 lines (30 loc) · 1.12 KB
/
manifest.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
30
31
32
33
34
35
<package>
<description brief="model-based coordination of component-based layers">
</description>
<maintainer>Sylvain Joyeux/[email protected]</maintainer>
<copyright>
DFKI/[email protected]
Sylvain Joyeux/[email protected]
</copyright>
<license>GPL v2 or later</license>
<depend package="orogen" />
<depend package="tools/roby" />
<depend package="tools/orocos.rb" />
<depend package="tools/metaruby" />
<depend package="tools/pocolog" />
<depend package="ftpd" />
<depend package="net-ftp" />
<depend package="ruby2_keywords" />
<depend_optional package="timecop" />
<depend_optional package="ruby-listen" />
<depend_optional package="gui/vizkit" />
<test_depend package="minitest" />
<test_depend package="aruba" />
<test_depend package="flexmock" />
<test_depend package="base/orogen/types" />
<test_depend package="tools/logger" />
<test_depend package="rack-test" />
<test_depend package="rubocop" />
<test_depend package="rubocop-rock" />
<test_depend package="tools/orogen_syskit_tests" />
</package>