Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zoziha/dp-stdlib
real(real64) & integer(int32) Fortran stdlib.
https://github.com/zoziha/dp-stdlib
double-precision fortran fpm stdlib unofficial
Last synced: about 1 month ago
JSON representation
real(real64) & integer(int32) Fortran stdlib.
- Host: GitHub
- URL: https://github.com/zoziha/dp-stdlib
- Owner: zoziha
- License: mit
- Created: 2021-12-08T02:51:39.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-09T03:06:14.000Z (about 3 years ago)
- Last Synced: 2024-01-29T08:47:43.695Z (about 1 year ago)
- Topics: double-precision, fortran, fpm, stdlib, unofficial
- Language: Fortran
- Homepage:
- Size: 189 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dp-stdlib
[![MIT](https://img.shields.io/github/license/zoziha/dp-stdlib?color=pink)](LICENSE)
[![fpm](https://github.com/zoziha/dp-stdlib/workflows/fpm/badge.svg)](https://github.com/zoziha/dp-stdlib/actions)`dp-stdlib` is a downstream branch of [Fortran standard library](https://github.com/fortran-lang/stdlib)
and a [fpm](https://github.com/fortran-lang/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`:```sh
fpm build --profile release
```To use `dp-stdlib` within your `fpm` project, add the following lines to your `fpm.toml` file:
```toml
[dependencies]
dp-stdlib = { git="https://github.com/zoziha/dp-stdlib" }
```## How to contribute
```sh
git checkout ci
# and edit the CI, source files
```## Links
- [fortran-lang website](https://fortran-lang.org/)
- [fortran-lang/fpm](https://github.com/fortran-lang/fpm)
- [fortran-lang/stdlib](https://github.com/fortran-lang/stdlib)