Source: fortran-cli2 Section: utils Priority: optional Maintainer: Debian Science Maintainers Standards-Version: 4.7.2 Uploaders: Alastair McKinstry Build-Depends: debhelper-compat (= 13), dh-fortran-mod, meson, ford, unzip Homepage: https://github.com/urbanjost/M_CLI2 Vcs-Browser: https://salsa.debian.org/science-team/fortran-cli2.git Vcs-Git: https://salsa.debian.org/science-team/fortran-cli2.git Package: libfortran-cli2-dev Architecture: any Depends: ${misc:Depends}, libfortran-cli2-1 ( = ${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-cli2-1 Architecture: any 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.