diff options
author | Milan Curcic <caomaco@gmail.com> | 2020-06-16 14:51:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-16 14:51:45 -0400 |
commit | 33cb697ab481ccdfed8d817004f9f90f3117fea5 (patch) | |
tree | 3b0a21e8bbf5eadf0d0df1bdfe1b0e17bec99f9e /README.md | |
parent | a1b298c6bc4a49bc8ce26fa07c3949186bf5a91c (diff) | |
parent | f8eedadeceb1146ffe37cbac5d87dc8fbb37a8f1 (diff) | |
download | fpm-33cb697ab481ccdfed8d817004f9f90f3117fea5.tar.gz fpm-33cb697ab481ccdfed8d817004f9f90f3117fea5.zip |
Merge pull request #100 from milancurcic/90-clarify-fpm
add a note about Effing Package Management and elaborate on prototype
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -1,6 +1,16 @@ # Fortran Package Manager -A prototype version. +This is the repository of the Fortran Package Manager (fpm). +If you are looking for the Effing Package Management instead, see +[jordansissel/fpm](https://github.com/jordansissel/fpm). + +Fortran Package Manager is an early prototype. +You can use it to build and package your Fortran projects, as +well as to include supported Fortran dependency projects. +As a prototype, changes to fpm's behavior and inputs may occur as development continues. +Please follow the [issues](https://github.com/fortran-lang/fpm/issues) +to contribute and/or stay up to date with the development. +As the prototype matures and we enter production, we will do our best to stay backwards compatible. ## Getting started |