-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlocal.xml
More file actions
33 lines (29 loc) · 1.33 KB
/
local.xml
File metadata and controls
33 lines (29 loc) · 1.33 KB
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
<?xml version="1.0" ?>
<interface uri="http://raw.githubusercontent.com/worlddevelopment/manufacturing/master/public/interface.xml" xmlns="http://zero-install.sourceforge.net/2004/injector/interface">
<name>Manufacturing</name>
<summary>
A collection of universal machines useful for manufacturing.
</summary>
<!-- tags: -->
<category type=''>universal</category>
<category type=''>flexible</category>
<category type=''>system</category>
<category type=''>machine</category>
<category type=''>automaton</category>
<category type=''>manufacture</category>
<category type=''>manufacturing</category>
<!-- If type is not given, then it is assumed being one of the main application category specification:
https://specifications.freedesktop.org/menu-spec/latest/apa.html
-->
<category>Science</category>
<category>Development</category>
<group version='0.1' main="" doc-dir="doc" license="CC-BY-SA">
<!-- for this group common dependencies: -->
<requires interface="http://raw.githubusercontent.com/faerietree/manipulator/public/interface.xml">
</requires>
<requires interface="http://raw.githubusercontent.com/faerietree/multimachine_lightspeed_precise/public/interface.xml">
</requires>
<requires interface="http://raw.githubusercontent.com/hamag-honey-gem/bender/public/interface.xml">
</requires>
</group>
</interface>