Source: fortran-shlex Standards-Version: 4.7.4 Maintainer: Debian Science Maintainers Uploaders: Alastair McKinstry , Section: utils Build-Depends: debhelper-compat (= 13), dh-fortran (>= 0.72), gfortran, flang-21, lfortran , fortran-fpm (>= 0.13.0-1~), Vcs-Browser: https://salsa.debian.org/science-team/fortran-shlex Vcs-Git: https://salsa.debian.org/science-team/fortran-shlex.git -b debian/latest Homepage: https://github.com/perazz/fortran-shlex Package: libfortran-shlex-dev Architecture: any Section: libdevel Depends: ${misc:Depends}, ${fortran:Depends}, libfortran-shlex-0 ( = ${binary:Version} ), Description: Fortran command line argument parser library - devel files M_CLI2(3f) is a Fortran module that will crack the command line when given a prototype string that looks very much like an invocation of the program. Calls are then made for each parameter name to set the variables appropriately in the program. Package: libfortran-shlex-0 Architecture: any Section: libs Depends: ${misc:Depends}, ${shlibs:Depends}, Description: Fortran command line argument parser library M_CLI2(3f) is a Fortran module that will crack the command line when given a prototype string that looks very much like an invocation of the program. Calls are then made for each parameter name to set the variables appropriately in the program.