From 721bb77ee4a67ffc58a04c479995e6a3e821a847 Mon Sep 17 00:00:00 2001 From: Pierre-Marie de Rodat Date: Wed, 17 Apr 2019 12:18:28 +0200 Subject: [PATCH 1/3] Remove the unused "lib" top-level directory --- lib/.emptydir | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 lib/.emptydir diff --git a/lib/.emptydir b/lib/.emptydir deleted file mode 100644 index e69de29b..00000000 From ee093188ff9b859e785dfbdfbc6994e86eeab1e2 Mon Sep 17 00:00:00 2001 From: Pierre-Marie de Rodat Date: Wed, 17 Apr 2019 12:21:21 +0200 Subject: [PATCH 2/3] Reword the README --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index adf2067f..9c17ee55 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ [![Gitter chat](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/ada-lang/Alire) -Default index for the `alr` tool. - -These are community-maintained Ada projects, ready to use. - -Please visit https://github.com/alire-project/alire to download `alr`. +This repository hosts the official community-maintained index of Ada projects +to be used with the `alr` tool. Please visit +https://github.com/alire-project/alire to download `alr`. From 54c620a4c73976b1e6fc57cd880d628dd6da3608 Mon Sep 17 00:00:00 2001 From: Pierre-Marie de Rodat Date: Wed, 17 Apr 2019 12:49:30 +0200 Subject: [PATCH 3/3] Merge PENDING.md into README.md --- PENDING.md | 6 ------ README.md | 12 ++++++++++++ 2 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 PENDING.md diff --git a/PENDING.md b/PENDING.md deleted file mode 100644 index 343953a7..00000000 --- a/PENDING.md +++ /dev/null @@ -1,6 +0,0 @@ -Sources of projects that might be interesting to index: - -- https://github.com/ohenley/awesome-ada (Top notch!) -- github projects, sorted by star count -- http://www.adaic.org/ada-resources/tools-libraries/ -- https://en.wikibooks.org/wiki/Ada_Programming/Libraries diff --git a/README.md b/README.md index 9c17ee55..a65a219d 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,15 @@ This repository hosts the official community-maintained index of Ada projects to be used with the `alr` tool. Please visit https://github.com/alire-project/alire to download `alr`. + +## TODO + +Here are sources of projects that might be interesting to add to this index: + +* [awesome-ada](https://github.com/ohenley/awesome-ada) (Top notch!) +* [GitHub projects, sorted by star + count](https://github.com/search?o=desc&l=Ada&q=ada&s=stars&type=Repositories) +* [AdaIC's Free Tools and + Libraries](http://www.adaic.org/ada-resources/tools-libraries/) +* [Libraries in the Ada Programming + WikiBook](https://en.wikibooks.org/wiki/Ada_Programming/Libraries)