File: control

package info (click to toggle)
sasm 3.10.1-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 3,308 kB
  • sloc: cpp: 7,166; pascal: 1,596; asm: 81; makefile: 7; ansic: 5
file content (16 lines) | stat: -rw-r--r-- 579 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Source: sasm
Section: devel
Priority: optional
Maintainer: Gürkan Myczko <gurkan@phys.ethz.ch>
Build-Depends: debhelper (>= 11), qtbase5-dev
Standards-Version: 4.2.1
Homepage: https://github.com/Dman95/SASM

Package: sasm
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, nasm | fasm | binutils, gcc
Suggests: intel2gas
Description: simple IDE for NASM, GAS and FASM assembly languages
 This is a simple IDE for assembly languages. It has syntax highlighting
 and a debugger. The program works out of the box and is great for
 beginners to learn assembly language.