fortran-lang/stdlib
Fortran Standard Library observed · 2026-08-28
Health v2 · maintenance only
86/100
- Activity 93
- Release rhythm 68
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 3
- age_days: 2454
- days_rel: 219
- days_push: 46
- n_releases_24m: 2
Adoption not part of the score
1344 stars · 226 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A community-driven de facto standard library for Fortran, providing utilities, algorithms, and mathematical routines missing from the ISO Fortran standard. It serves as both a specification and reference implementation, developed in cooperation with the Fortran Standards Committee.
Use cases
- add linear algebra and sparse matrix routines to a Fortran project
- get string manipulation and containers in Fortran without writing them myself
- run unit tests and assertions in Fortran code
- generate random numbers and compute statistics in Fortran
- perform numerical integration and FFT in Fortran
- sort and search arrays in Fortran
- build a Fortran project with fpm or CMake using a standard library
When to choose
- you write modern Fortran (2008+) and want well-vetted common utilities and math routines
- you want a NumPy-like set of numerical tools in pure Fortran
- you want a library aligned with the Fortran standards committee's direction
When to avoid
- you need a mature, feature-complete standard library today - parts are still work in progress
- your compiler only supports pre-2008 Fortran
- you need domain-specific libraries beyond the current scope (e.g., plotting, networking)
Facets
library · maturity active
math parser testing logging serialization concurrency programming-languages mathematics developer-tools windows cross-platform cli fortran standard-library linear-algebra statistics numerical-methods sorting random-numbers containers strings fpm algorithms scientific-computing linux macos
2 sources
- readme: https://github.com/fortran-lang/stdlib · fetched 2026-08-28 · 7e6c10a70094
- homepage: https://stdlib.fortran-lang.org · fetched 2026-08-29 · d5bfa53736fc
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| fortran-lang/stdlib | main | 86 |
For agents
markdown · JSON · MCP: product_card(name="fortran-lang/stdlib")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem