Skip to content

zoziha/dp-stdlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dp-stdlib

MIT fpm

dp-stdlib is a downstream branch of Fortran standard library and a fpm package, using real(real64) and integer(int32), adapts to the lightweight compilation pressure.

Build with Fortran-lang/fpm

Fortran Package Manager (fpm) is a package manager and build system for Fortran.
You can build dp-stdlib using the provided fpm.toml:

fpm build --profile release

To use dp-stdlib within your fpm project, add the following lines to your fpm.toml file:

[dependencies]
dp-stdlib = { git="https://github.com/zoziha/dp-stdlib" }

How to contribute

git checkout ci
# and edit the CI, source files

Links