Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Apply suggestions from the discussion
- use version 0.9.0 because this is the official release
- use a link to the documentation instead of a GitHub discussion
  • Loading branch information
Carl authored Jun 5, 2023
commit 5b1fe0541763085ca05d7ab2af3689465e0267a4
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,11 +201,11 @@ stdlib = { git="https://github.com/fortran-lang/stdlib", branch="stdlib-fpm" }

> **Warning**
>
> Fpm 0.8.2 and later implements stdlib as a *metapackage*.
> Fpm 0.9.0 and later implements stdlib as a *metapackage*.
> To include the standard library metapackage, change the dependency to:
> `stdlib = "*"`.
>
> see also https://github.com/fortran-lang/fpm/pull/859
> see also https://fpm.fortran-lang.org/en/spec/metapackages.html

## Using stdlib in your project

Expand Down