Source: fparser Section: python Priority: optional Maintainer: Alastair McKinstry Build-Depends: debhelper (>= 10), python-all, dh-python, python-setuptools, python3-all, python3-setuptools, python-six, python3-six Standards-Version: 4.2.1 Homepage: https://github.com/stfc/fparser Vcs-Git: https://salsa.debian.org/python-team/modules/fparser.git Vcs-Browser: https://salsa.debian.org/python-team/modules/fparser Package: python-fparser Architecture: all Depends: ${misc:Depends}, ${python:Depends} Provides: ${python:Provides} Description: Python Parser for the Fortran language The fparser package is a Python implementation of a Fortran 66/77/90/95/2003 language parser. Currently fparser actually includes two different implementations; the first, “fparser”, supports Fortran 66/77/90 (plus some extensions — see fparser) but only parses down to the level of individual lines of code, i.e. not the content of the Fortran expressions themselves. The second, “fparser2”, also has support for Fortran 2003 and is able to parse Fortran expressions. It is however, less mature than fparser. Package: python3-fparser Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Provides: ${python3:Provides} Description: Python3 Parser for the Fortran language The fparser package is a Python implementation of a Fortran 66/77/90/95/2003 language parser. Currently fparser actually includes two different implementations; the first, “fparser”, supports Fortran 66/77/90 (plus some extensions — see fparser) but only parses down to the level of individual lines of code, i.e. not the content of the Fortran expressions themselves. The second, “fparser2”, also has support for Fortran 2003 and is able to parse Fortran expressions. It is however, less mature than fparser.