fpm

Fortran Package Manager - build system and dependency manager for Fortran

brewmacoslinux
Try with needOr install directly
Source

About

Package manager and build system for Fortran

Commands

fpm

Examples

Create a new Fortran project with default structure$ fpm new my_project
Build the current Fortran project$ fpm build
Run tests in the current project$ fpm test