Skip to content

Commit 86e44e5

Browse files
authored
Merge pull request #150 from ohenley/Fabien-Chouteau-patch-1
Fix link to GNAT FSF
2 parents 05e7186 + 551a037 commit 86e44e5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -214,13 +214,9 @@ A curated list of awesome resources related to the Ada and SPARK programming lan
214214

215215
### Open source
216216

217-
#### GPL (no linking exception)
218-
219-
- [gnat-ce](https://www.adacore.com/download) - GNAT Community edition. A release of AdaCore GNAT for free software developers, hobbyists, and students. The run-time libraries provided with GNAT Community are licensed under GPLv3 without linking exception. It supports Ada 2012 only.
220-
221217
#### GPL (with linking exception)
222218

223-
- [fsf-gnat](https://www.getadanow.com/) - Free Software Foundation compiler for the Ada programming language which forms part of the GNU Compiler Collection. It supports all versions of the language, i.e. Ada 2012, Ada 2005, Ada 95 and Ada 83.
219+
- [fsf-gnat](https://github.com/alire-project/GNAT-FSF-builds/releases) - Free Software Foundation compiler for the Ada programming language which forms part of the GNU Compiler Collection. It supports all versions of the language, i.e. Ada 2022, Ada 2012, Ada 2005, Ada 95 and Ada 83.
224220

225221
#### MIT
226222

@@ -247,6 +243,10 @@ A curated list of awesome resources related to the Ada and SPARK programming lan
247243
- [jdoodle-ada-compiler](https://www.jdoodle.com/execute-ada-online) - Online compiler that provides multiple versions of GNAT to test with.
248244
- [compiler-explorer](https://godbolt.org/) - Run GNAT FSF compilers interactively from your web browser and interact with the assembly.
249245

246+
#### GPL (no linking exception)
247+
248+
- [gnat-ce (discontinued)](https://github.com/AdaCore/gnat-community-archives) - GNAT Community edition. A release of AdaCore GNAT for free software developers, hobbyists, and students. The run-time libraries provided with GNAT Community are licensed under GPLv3 without linking exception. It supports Ada 2012 only.
249+
250250
## Edit
251251

252252
### Integrated Development Editors

0 commit comments

Comments
 (0)