From 2ba95da5ebd5d55c080e10a5b427cf950527f5ea Mon Sep 17 00:00:00 2001 From: milancurcic Date: Tue, 16 Jun 2020 13:51:05 -0400 Subject: add a note about Effing Package Management and elaborate on prototype --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fe15c0..6d3f6ce 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,15 @@ # 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. +However, fpm's behavior can change in the future. +Please follow the [issues](https://github.com/fortran-lang/fpm/issues) +to contribute and/or stay up to date with the development. ## Getting started -- cgit v1.2.3 From 2def91860a1586a73198a777d14eac3e8bf759c2 Mon Sep 17 00:00:00 2001 From: Milan Curcic Date: Tue, 16 Jun 2020 14:37:07 -0400 Subject: Update README.md Co-authored-by: Brad Richardson --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d3f6ce..31ef4bb 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ If you are looking for the Effing Package Management instead, see 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. -However, fpm's behavior can change in the future. +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. -- cgit v1.2.3 From f8eedadeceb1146ffe37cbac5d87dc8fbb37a8f1 Mon Sep 17 00:00:00 2001 From: Milan Curcic Date: Tue, 16 Jun 2020 14:38:30 -0400 Subject: Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 31ef4bb..31759b3 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ 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 -- cgit v1.2.3