Skip to content

Commit 4824d7a

Browse files
author
Mistral Contrastin
committed
Update the description
1 parent 91cfbae commit 4824d7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fortran-src.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
name: fortran-src
55
version: 0.2.1.1
66
synopsis: Parser and anlyses for Fortran standards 66, 77, 90 and 95.
7-
description: Provides lexing, parsing, and basic analyses of Fortran code covering standards: FORTRAN 66, FORTRAN 77, Fortran 90, and Fortran 95. Includes data flow and basic block analysis, a renamer, and type analysis. For example usage, see the 'camfort' project, which uses fortran-src as its front end.
7+
description: Provides lexing, parsing, and basic analyses of Fortran code covering standards: FORTRAN 66, FORTRAN 77, Fortran 90, and Fortran 95 and some legacy extensions. Includes data flow and basic block analysis, a renamer, and type analysis. For example usage, see the 'camfort' project, which uses fortran-src as its front end.
88
bug-reports: https://github.com/camfort/fortran-src/issues
99
license: Apache-2.0
1010
license-file: LICENSE

0 commit comments

Comments
 (0)