mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: gnucobol: Update description.
* gnu/packages/cobol.scm (gnucobol)[description]: Use upstream's description.
This commit is contained in:
parent
b3fbd25fec
commit
2b7d89bed6
1 changed files with 5 additions and 6 deletions
|
@ -72,10 +72,9 @@ (define-public gnucobol
|
|||
(build-system gnu-build-system)
|
||||
(home-page "https://www.gnu.org/software/gnucobol/")
|
||||
(synopsis "Modern COBOL compiler")
|
||||
(description "GnuCOBOL is a free, modern COBOL compiler. GnuCOBOL
|
||||
implements a substantial part of the COBOL 85, COBOL 2002 and COBOL 2014
|
||||
standards and X/Open COBOL, as well as many extensions included in other
|
||||
COBOL compilers (IBM COBOL, MicroFocus COBOL, ACUCOBOL-GT and others).
|
||||
GnuCOBOL translates COBOL into C and compiles the translated code using
|
||||
a native C compiler.")
|
||||
(description
|
||||
"GnuCOBOL is a free, modern COBOL compiler. It implements a substantial
|
||||
part of COBOL 85, X/Open COBOL and newer ISO COBOL standards as well as many
|
||||
extensions from other COBOL compilers (IBM COBOL, MicroFocus COBOL, ACUCOBOL-GT
|
||||
and others).")
|
||||
(license gpl3+)))
|
||||
|
|
Loading…
Reference in a new issue