fortran-stdlib

Fortran Standard Library providing modern Fortran utilities and functions

brewmacoslinux
Try with needOr install directly
Source

About

Fortran Standard Library

Commands

fortran-stdlib

Examples

Link Fortran Standard Library in a Fortran project compilation$ gfortran -o program program.f90 -lfortran_stdlib
Use stdlib in CMake project configuration$ find_package(fortran_stdlib REQUIRED)
Import stdlib modules in Fortran source code$ use iso_fortran_env, only: real64