diff options
author | ChetanKarwa <46815976+ChetanKarwa@users.noreply.github.com> | 2021-03-27 02:09:10 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-27 02:09:10 +0530 |
commit | f7d5a8f08ed8e0cb0ea7e7a6a1fde9c047fc215b (patch) | |
tree | 98b5b7ca7236584fbdb5f03991e2983e161a42d2 /README.md | |
parent | cb3337b021c5e590c34ec5e0b65b45cc7d497122 (diff) | |
download | fpm-f7d5a8f08ed8e0cb0ea7e7a6a1fde9c047fc215b.tar.gz fpm-f7d5a8f08ed8e0cb0ea7e7a6a1fde9c047fc215b.zip |
Update Readme
Add a few important links.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -5,20 +5,20 @@ Its key goal is to improve the user experience of Fortran programmers. It does so by making it easier to build your Fortran program or library, run the executables, tests, and examples, and distribute it as a dependency to other Fortran projects. -Fpm's user interface is modeled after [Rust's Cargo](https://crates.io/), +Fpm's user interface is modeled after [Rust's Cargo](https://doc.rust-lang.org/cargo/) ([Github Repo](https://github.com/rust-lang/cargo)), so if you're familiar with that tool, you will feel at home with fpm. Fpm's long term vision is to nurture and grow the ecosystem of modern Fortran applications and libraries. Fpm is an early prototype and is evolving rapidly. You can use it to build and package your Fortran projects, as well as to use -existing fpm packages as dependencies. +[existing fpm packages](https://github.com/fortran-lang/fpm-registry) as dependencies. Fpm's behavior and user interface may change as it evolves, however as fpm matures and we enter production, we will aim to stay backwards compatible. Please follow the [issues](https://github.com/fortran-lang/fpm/issues) to contribute and/or stay up to date with the development. Before opening a bug report or a feature suggestion, please read our -[Contributor Guide](CONTRIBUTING.md). +[Contributor Guide](CONTRIBUTING.md). You can also discuss your ideas and queries with the community on [Fortran-Lang Discourse](https://fortran-lang.discourse.group/) Fortran Package Manager is not to be confused with [Jordan Sissel's fpm](https://github.com/jordansissel/fpm), a more general, |