The unpac monorepo manager self-hosting as a monorepo using unpac
1<?xml version="1.0"?>
2<interface xmlns="http://zero-install.sourceforge.net/2004/injector/interface">
3 <name>0install</name>
4 <summary>decentralised installation system</summary>
5 <feed-for interface="http://0install.net/tools/0install.xml"/>
6 <implementation id=".." license="OSI Approved :: GNU Lesser General Public License (LGPL)" main="files/0install"
7 version="@VERSION@" arch="@ARCH@">
8 <command name="run" path="files/0install"/>
9 <requires interface="https://apps.0install.net/utils/gnupg.xml">
10 <executable-in-var name="ZEROINSTALL_GPG"/>
11 </requires>
12 </implementation>
13</interface>