File: control

package info (click to toggle)
gftl-shared 1.0.7-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 548 kB
  • sloc: f90: 1,686; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 1,051 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
Source: gftl-shared
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Ole Streicher <olebole@debian.org>
Section: science
Priority: optional
Build-Depends: cmake,
               debhelper-compat (=13),
               gfortran,
               gftl-dev
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/science-team/gftl-shared
Vcs-Git: https://salsa.debian.org/science-team/gftl-shared.git
Homepage: https://github.com/Goddard-Fortran-Ecosystem/gFTL-shared

Package: gftl-shared-dev
Architecture: any
Depends: ${misc:Depends}
Description: Common gFTL containers of Fortran intrinsic types
 gFTL provides a mechanism to easily create robust containers and
 associated iterators which can be used within Fortran applications.
 The primary methods are intended to be as close to their C++ STL
 analogs as possible. The following three types of containers are
 provided: Vector (list), Set, Map (associated array).
 .
 This package provides gFTL containers for the Fortran intrinsic types.