File: control

package info (click to toggle)
avra 1.4.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,672 kB
  • sloc: pascal: 43,411; ansic: 6,822; asm: 797; sh: 114; makefile: 64
file content (22 lines) | stat: -rw-r--r-- 699 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: avra
Section: electronics
Priority: optional
Maintainer: Milan Kupcevic <milan@debian.org>
Build-Depends:
 debhelper (>= 12),
 automake,
 help2man
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/debian/avra.git
Vcs-Browser: https://salsa.debian.org/debian/avra
Homepage: https://github.com/Ro5bert/avra

Package: avra
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: avrdude
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.