mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 07:27:48 -05:00
gnu: fasm: Expand acronym in description.
* gnu/packages/assembly.scm (fasm)[description]: Expand @acronym.
This commit is contained in:
parent
8a66b9aa7b
commit
caa66bde89
1 changed files with 3 additions and 3 deletions
|
@ -177,9 +177,9 @@ (define-public fasm
|
||||||
(supported-systems '("x86_64-linux" "i686-linux"))
|
(supported-systems '("x86_64-linux" "i686-linux"))
|
||||||
(synopsis "Assembler for x86 processors")
|
(synopsis "Assembler for x86 processors")
|
||||||
(description
|
(description
|
||||||
"FASM is an assembler that supports x86 and IA-64 Intel architectures.
|
"@acronym{FASM, the Flat ASseMbler} is an assembler that supports x86 and
|
||||||
It does multiple passes to optimize machine code. It has macro abilities and
|
IA-64 Intel architectures. It does multiple passes to optimize machine code.
|
||||||
focuses on operating system portability.")
|
It has macro abilities and focuses on operating system portability.")
|
||||||
(home-page "https://flatassembler.net/")
|
(home-page "https://flatassembler.net/")
|
||||||
(license license:bsd-2)))
|
(license license:bsd-2)))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue