me
/
guix
Archived
1
0
Fork 0

gnu: fasm: Expand acronym in description.

* gnu/packages/assembly.scm (fasm)[description]: Expand @acronym.
master
Tobias Geerinckx-Rice 2020-01-03 00:24:19 +01:00
parent 8a66b9aa7b
commit caa66bde89
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 3 additions and 3 deletions

View File

@ -177,9 +177,9 @@ to the clients.")
(supported-systems '("x86_64-linux" "i686-linux"))
(synopsis "Assembler for x86 processors")
(description
"FASM is an assembler that supports x86 and IA-64 Intel architectures.
It does multiple passes to optimize machine code. It has macro abilities and
focuses on operating system portability.")
"@acronym{FASM, the Flat ASseMbler} is an assembler that supports x86 and
IA-64 Intel architectures. It does multiple passes to optimize machine code.
It has macro abilities and focuses on operating system portability.")
(home-page "https://flatassembler.net/")
(license license:bsd-2)))