Forlab is a Fortran module that provides a lot of functions for scientific computing mostly inspired by Matlab and Python's package NumPy.
Fortran Package Manager (fpm) is a package manager and build system for Fortran.
You can build forlab using the provided fpm.toml:
fpm build --profile releaseTo use forlab within your fpm project, add the following lines to your fpm.toml file:
[dependencies]
forlab = { git="https://github.com/zoziha/forlab" }- keurfonluu/Forlab
Forlab is mainly developed by Keurfon Luu originally. - stdlib
Fortran standard library. - fortran-fans/forlab