-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathio.github.dman95.SASM.metainfo.xml
More file actions
49 lines (45 loc) · 3.22 KB
/
io.github.dman95.SASM.metainfo.xml
File metadata and controls
49 lines (45 loc) · 3.22 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>io.github.dman95.SASM</id>
<name>SASM</name>
<developer_name>Dman95</developer_name>
<summary>Simple cross-platform IDE for NASM, MASM, GAS and FASM assembly languages</summary>
<summary xml:lang="ru">SASM (SimpleASM) - простая кроссплатформенная среда разработки для языков ассемблера NASM, MASM, GAS, FASM с подсветкой синтаксиса и отладчиком</summary>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0-or-later</project_license>
<description>
<p>
SASM (SimpleASM) - simple Open Source cross-platform IDE for NASM, MASM, GAS, FASM assembly languages. SASM has syntax highlighting and debugger. The program works out of the box and is great for beginners to learn assembly language. SASM is translated into Russian, English, Turkish (thanks Ali Goren), Chinese (thanks Ahmed Zetao Yang), German (thanks Sebastian Fischer), Italian (thanks Carlo Dapor), Polish (thanks Krzysztof Rossa), Hebrew (thanks Elian Kamal), Spanish (thanks Mariano Cordoba). Licensed under the GNU GPL v3.0. Based on the Qt.
</p>
<p xml:lang="ru">
SASM (SimpleASM) - простая кроссплатформенная среда разработки для языков ассемблера NASM, MASM, GAS, FASM с подсветкой синтаксиса и отладчиком. В SASM Вы можете легко разрабатывать и выполнять программы, написанные на языке ассемблера. Вводите код в форму и запускайте приложение. Программа работает "из коробки" и хорошо подойдет для начинающих изучать язык ассемблера. Основана на Qt. Распространяется по свободной лицензии GNU GPL v3.0.
</p>
</description>
<url type="homepage">https://dman95.github.io</url>
<url type="help">https://github.com/Dman95/SASM/issues</url>
<launchable type="desktop-id">io.github.dman95.SASM.desktop</launchable>
<screenshots>
<screenshot type="default">
<image type="source">https://dman95.github.io/SASM/images/Screenshot3.png</image>
<image type="source" xml:lang="ru">https://dman95.github.io/SASM/images/Screenshot2.png</image>
</screenshot>
<screenshot>
<image type="source">https://dman95.github.io/SASM/images/Screenshot4.png</image>
<image type="source" xml:lang="ru">https://dman95.github.io/SASM/images/Screenshot1.png</image>
</screenshot>
</screenshots>
<content_rating type="oars-1.1" />
<releases>
<release version="3.14.0" date="2023-03-03">
<description translatable="no">
<p>Recommended to click "Reset all" button in settings after update from previous versions.</p>
<ol>
<li>Add dark theme (thanks Hasan Rüzgar)</li>
<li>Add French language (thanks Franc Serres)</li>
</ol>
</description>
</release>
<release version="3.13.4" date="2023-02-13"/>
<release version="3.12.2" date="2022-02-06"/>
</releases>
</component>