-
Notifications
You must be signed in to change notification settings - Fork 6
/
Dependencies.xml
19 lines (17 loc) · 1.39 KB
/
Dependencies.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" ?>
<interface uri="http://0install.de/feeds/Dependencies.xml" xmlns="http://zero-install.sourceforge.net/2004/injector/interface" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://zero-install.sourceforge.net/2004/injector/interface http://0install.de/schema/injector/interface/interface.xsd http://0install.de/schema/desktop-integration/capabilities http://0install.de/schema/desktop-integration/capabilities/capabilities.xsd">
<name>Dependencies</name>
<summary>open-source modern Dependency Walker</summary>
<description>Dependencies is a rewrite of the legacy software Dependency Walker which was shipped along Windows SDK. It can help developers troubleshooting their DLL load dependencies issues.</description>
<homepage>https://github.com/lucasg/Dependencies</homepage>
<icon href="https://apps.0install.net/gui/dependencies.ico" type="image/vnd.microsoft.icon"/>
<icon href="https://apps.0install.net/gui/dependencies.png" type="image/png"/>
<category>Development</category>
<feed src="https://apps.0install.net/gui/dependencies.xml"/>
<replaced-by interface="https://apps.0install.net/gui/dependencies.xml"/>
<entry-point binary-name="DependenciesGui" command="run"/>
<entry-point binary-name="dependencies" command="run-cli">
<name xml:lang="en">Dependencies command-line tool</name>
<needs-terminal/>
</entry-point>
</interface>