Use 0launch's selections XML format instead of our custom format.
[0compile.git] / 0compile.xml
blob38c79fcf6b3afde40b7c6cedb40fc6dc4b0d32fa
1 <?xml version="1.0" ?>
2 <?xml-stylesheet type='text/xsl'
3      href='http://0install.net/2006/stylesheets/interface.xsl'?>
5 <interface xmlns="http://zero-install.sourceforge.net/2004/injector/interface">
6   <name>0compile</name>
7   <summary>create a binary release from source code</summary>
8   <description>
9 0compile creates a binary from source code, either for your own use or ready
10 for publishing on the web through Zero Install. It can use Zero Install to
11 download any build dependencies (compilers, header files, build tools, etc).
13 This is useful if there is no binary for your platform, or if you wish to modify the
14 program in some way.
16 If plash is installed, it can be used to sandbox the build so that it can't accidentally
17 modify any files outside of the build directory.
19 For a full tutorial, see 0compile's homepage.
20   </description>
21   <homepage>http://0install.net/0compile.html</homepage>
23   <feed-for interface='http://0install.net/2006/interfaces/0compile.xml'/>
25   <group main='0compile'>
26     <implementation id="." version="0.9" version-modifier='-post' released='Snapshot'/>
27   </group>
28 </interface>