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.
|