magic/appimage/rsc/magic.metainfo.xml

41 lines
1.3 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<component type="console-application">
<id>org.opencircuitdesign.magic</id>
<metadata_license>CC0-1.0</metadata_license>
<developer id="org.opencircuitdesign">
<name>OpenCircuitDesign</name>
</developer>
<name>Magic</name>
<summary>A VLSI Layout System</summary>
<description>
<p>
Magic is an open-source VLSI (Very Large Scale Integration) layout tool that
allows users to design and verify integrated circuit layouts. It supports
design rule checking (DRC), extraction of circuit netlists, and provides
interfaces to SPICE and other common EDA tools.
</p>
<p>
Originally developed at UC Berkeley, Magic has been maintained and extended
by the open hardware community and is widely used in academic and hobbyist
chip design projects.
</p>
</description>
<url type="homepage">https://opencircuitdesign.com/magic/</url>
<url type="bugtracker">https://github.com/RTimothyEdwards/magic/issues</url>
<url type="vcs-browser">https://github.com/RTimothyEdwards/magic</url>
<categories>
<category>Development</category>
<category>Electronics</category>
</categories>
<provides>
<binary>magic</binary>
</provides>
<content_rating type="oars-1.1"/>
</component>