Source: gftl-shared Maintainer: Debian Science Maintainers Uploaders: Ole Streicher 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.