forked from rock-core/autobuild
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.xml
21 lines (19 loc) · 877 Bytes
/
manifest.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<package>
<description brief="package-level import and build automation">
Autobuild is an abstraction layer that provides a package-oriented build
system (instead of file-oriented). It assumes that the dirty file-level
details are handled by another common build tools such as CMake, but
handles building (in parallel) many such packages.
It also provides the API to import and update packages using common version
control systems (git, svn, ...)
</description>
<maintainer>Sylvain Joyeux/[email protected]</maintainer>
<license>LGPLv3 or later</license>
<url>http://rock-robotics.org</url>
<depend package="tty" />
<depend package="pastel" />
<depend package="tty" />
<depend package="utilrb" />
<test_depend package="minitest" />
<test_depend package="flexmock" />
</package>