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
|
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>de.klayout.KLayout</id>
<name>KLayout</name>
<summary>KLayout, viewer and editor for mask layouts</summary>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0-or-later</project_license>
<description>
<p>
Mask layout viewer and editor for the chip design engineer.
</p>
</description>
<launchable type="desktop-id">klayout.desktop</launchable>
<screenshots>
<screenshot type="default">
<image>https://www.klayout.de/intro-image.png</image>
</screenshot>
</screenshots>
<developer_name>Matthias Köfferlein</developer_name>
<provides>
<binary>klayout</binary>
</provides>
</component>
|