File: control

package info (click to toggle)
fortran-cli2 3.2.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 25,852 kB
  • sloc: f90: 6,172; javascript: 3,423; makefile: 180; sh: 25
file content (34 lines) | stat: -rw-r--r-- 1,370 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Source: fortran-cli2
Section: utils
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Standards-Version: 4.7.3
Uploaders: Alastair McKinstry <mckinstry@debian.org>
Build-Depends: debhelper-compat (= 13),
 dh-fortran (>= 0.60),
 meson,
 ford [!loong64],
 unzip
Homepage: https://github.com/urbanjost/M_CLI2
Vcs-Browser: https://salsa.debian.org/science-team/fortran-cli2
Vcs-Git: https://salsa.debian.org/science-team/fortran-cli2.git

Package: libfortran-cli2-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends}, libfortran-cli2-1 ( = ${binary:Version}),
         ${fortran:Depends}
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
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.