File: klayout.metainfo.xml

package info (click to toggle)
klayout 0.30.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 292,204 kB
  • sloc: cpp: 2,068,428; ruby: 47,823; xml: 26,924; python: 14,404; sh: 1,812; tcl: 212; perl: 170; makefile: 112; ansic: 42
file content (28 lines) | stat: -rw-r--r-- 757 bytes parent folder | download | duplicates (2)
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>