File: control

package info (click to toggle)
fortran-regex 1.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 404 kB
  • sloc: f90: 1,355; makefile: 39
file content (32 lines) | stat: -rw-r--r-- 1,298 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
Source: fortran-regex
Section: utils
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Alastair McKinstry <mckinstry@debian.org>
Standards-Version: 4.7.2
Build-Depends: debhelper-compat (= 13),
 fortran-fpm,
 dh-fortran-mod
Homepage: https://github.com/perazz/fortran-regex
Vcs-Browser: https://salsa.debian.org/science-team/fortran-regex.git
Vcs-Git: https://salsa.debian.org/science-team/fortran-regex.git

Package: libfortran-regex-dev
Architecture: any
Depends: ${misc:Depends}, ${fortran:Depends},
 libfortran-regex-0d (= ${binary:Version})
Description: Fortran regular expression library - development files
 Fortran-regex is a Modern Fortran port of the tiny-regex-c library
 for regular expressions. It is based on the original C implementation,
 but the API is modelled in Fortran style, which is similar to the 
 intrinsic index function.

Package: libfortran-regex-0d
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Fortran regular expression library 
 Fortran-regex is a Modern Fortran port of the tiny-regex-c library
 for regular expressions. It is based on the original C implementation,
 but the API is modelled in Fortran style, which is similar to the 
 intrinsic index function.