File: control

package info (click to toggle)
avra 1.3.0-3
  • links: PTS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 2,704 kB
  • sloc: pascal: 31,903; ansic: 6,415; asm: 758; sh: 84; makefile: 46
file content (17 lines) | stat: -rw-r--r-- 607 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: avra
Section: electronics
Priority: extra
Maintainer: Milan Kupcevic <milan@debian.org>
Build-Depends: debhelper (>= 9.0.0), autoconf, automake
Standards-Version: 3.9.8
Homepage: http://avra.sourceforge.net

Package: avra
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: avrdude, avrprog, avrp
Description: assembler for Atmel AVR microcontrollers
 Avra is an assembler for the Atmel's family of AVR 8-bit RISC
 microcontrollers.  It is mostly compatible with Atmel's own assembler,
 but adds new features such as better macro support and additional
 preprocessor directives.