gnu: gnucobol: Update description.
* gnu/packages/cobol.scm (gnucobol)[description]: Use upstream's description.
This commit is contained in:
parent
b3fbd25fec
commit
2b7d89bed6
@ -72,10 +72,9 @@
|
|||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(home-page "https://www.gnu.org/software/gnucobol/")
|
(home-page "https://www.gnu.org/software/gnucobol/")
|
||||||
(synopsis "Modern COBOL compiler")
|
(synopsis "Modern COBOL compiler")
|
||||||
(description "GnuCOBOL is a free, modern COBOL compiler. GnuCOBOL
|
(description
|
||||||
implements a substantial part of the COBOL 85, COBOL 2002 and COBOL 2014
|
"GnuCOBOL is a free, modern COBOL compiler. It implements a substantial
|
||||||
standards and X/Open COBOL, as well as many extensions included in other
|
part of COBOL 85, X/Open COBOL and newer ISO COBOL standards as well as many
|
||||||
COBOL compilers (IBM COBOL, MicroFocus COBOL, ACUCOBOL-GT and others).
|
extensions from other COBOL compilers (IBM COBOL, MicroFocus COBOL, ACUCOBOL-GT
|
||||||
GnuCOBOL translates COBOL into C and compiles the translated code using
|
and others).")
|
||||||
a native C compiler.")
|
|
||||||
(license gpl3+)))
|
(license gpl3+)))
|
||||||
|
Loading…
Reference in New Issue
Block a user