bap-poc-phase-4/data/me.thealgorithm476.PMCalc.P...

26 lines
702 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>me.thealgorithm476.PMCalc.PMCalc</id>
<name>Poor Man's Calculator</name>
<summary>Simple Calculator written using Adwaita for Swift</summary>
<metadata_license>MIT</metadata_license>
<project_license>LGPL-3.0-or-later</project_license>
<supports>
<control>pointing</control>
<control>keyboard</control>
<control>touch</control>
</supports>
<description>
<p>
Calculator written in Adwaita for Swift, using a custom Math library written in C.
</p>
</description>
<launchable type="desktop-id">me.thealgorithm476.PMCalc.PMCalc.desktop</launchable>
</component>