<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Track Awesome Ada Updates Daily</title>
  <id>https://www.trackawesomelist.com/ohenley/awesome-ada/feed.xml</id>
  <updated>2026-04-16T03:45:33.386Z</updated>
  <link rel="self" type="application/atom+xml" href="https://www.trackawesomelist.com/ohenley/awesome-ada/feed.xml"/>
  <link rel="alternate" type="application/json" href="https://www.trackawesomelist.com/ohenley/awesome-ada/feed.json"/>
  <link rel="alternate" type="text/html" href="https://www.trackawesomelist.com/ohenley/awesome-ada/"/>
  <generator uri="https://github.com/bcomnes/jsonfeed-to-atom#readme" version="1.2.2">jsonfeed-to-atom</generator>
  <icon>https://www.trackawesomelist.com/favicon.ico</icon>
  <logo>https://www.trackawesomelist.com/icon.png</logo>
  <subtitle>A curated list of awesome resources related to the Ada and SPARK programming language</subtitle>
  <entry>
    <id>https://www.trackawesomelist.com/2026/04/16/</id>
    <title>Awesome Ada Updates on Apr 16, 2026</title>
    <updated>2026-04-16T03:45:33.386Z</updated>
    <published>2026-04-16T03:45:33.386Z</published>
    <content type="html"><![CDATA[<h3><p>Sound / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/fastrgv/portable-openal-sound" rel="noopener noreferrer">portable-openal-sound (⭐1)</a> - A linux-sound-playing package for Ada apps that can asynchronously start and stop music loops, as well as initiate transient sounds.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2026/04/16/"/>
    <summary>1 awesome projects updated on Apr 16, 2026</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2026/04/15/</id>
    <title>Awesome Ada Updates on Apr 15, 2026</title>
    <updated>2026-04-15T03:37:30.503Z</updated>
    <published>2026-04-15T03:37:30.503Z</published>
    <content type="html"><![CDATA[<h3><p>Sound / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/UlrikHjort/Ada-Tracker" rel="noopener noreferrer">AdaTracker (⭐2)</a> - A MOD, XM, S3M, and IT music tracker player written in Ada, using SDL2 for audio output and UI rendering.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2026/04/15/"/>
    <summary>1 awesome projects updated on Apr 15, 2026</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2026/04/09/</id>
    <title>Awesome Ada Updates on Apr 09, 2026</title>
    <updated>2026-04-09T03:26:55.274Z</updated>
    <published>2026-04-09T03:26:55.260Z</published>
    <content type="html"><![CDATA[<h3><p>Open source / GPL (with linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/alire-project/GNAT-FSF-builds/releases" rel="noopener noreferrer">fsf-gnat (⭐57)</a> - 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.</li>
</ul>
<h3><p>Online / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/AdaCore/gnat-community-archives" rel="noopener noreferrer">gnat-ce (discontinued) (⭐3)</a> - 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.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2026/04/09/"/>
    <summary>2 awesome projects updated on Apr 09, 2026</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2026/04/07/</id>
    <title>Awesome Ada Updates on Apr 07, 2026</title>
    <updated>2026-04-07T03:29:06.695Z</updated>
    <published>2026-04-07T03:29:06.695Z</published>
    <content type="html"><![CDATA[<h3><p>Specialties</p>
</h3>
<ul>
<li><a href="https://ada-lang.io/docs/learn/lang/gems" rel="noopener noreferrer">gems</a> - Ada Gem Archive.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2026/04/07/"/>
    <summary>1 awesome projects updated on Apr 07, 2026</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2026/03/14/</id>
    <title>Awesome Ada Updates on Mar 14, 2026</title>
    <updated>2026-03-14T02:50:01.569Z</updated>
    <published>2026-03-14T02:50:01.243Z</published>
    <content type="html"><![CDATA[<h3><p>Games / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/ellamosi/gade" rel="noopener noreferrer">gade (⭐32)</a> - A Game Boy emulation library in Ada.</li>
</ul>

<ul>
<li><a href="https://github.com/ellamosi/gade-sdl" rel="noopener noreferrer">gade-sdl (⭐5)</a> - An SDL2 Game Boy emulation front end for <a href="https://github.com/ellamosi/gade" rel="noopener noreferrer">Gade (⭐32)</a> using <a href="https://github.com/Lucretia/sdlada" rel="noopener noreferrer">SDLAda (⭐133)</a>.</li>
</ul>
<h3><p>Unit Test, Testing / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/tomekw/testy" rel="noopener noreferrer">testy (⭐3)</a> - Ada testing framework, part of <a href="https://github.com/tomekw/tada" rel="noopener noreferrer">Tada (⭐21)</a>.</li>
</ul>
<h3><p>Multimedia / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/BlackBlazent/blackvideo-mini-player" rel="noopener noreferrer">blackvideo-mini-player (⭐2)</a> - A stand-alone lightweight auxiliary video player support for <a href="https://github.com/BlackBlazent/BlackVideo" rel="noopener noreferrer"><code>BlackVideo</code></a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2026/03/14/"/>
    <summary>4 awesome projects updated on Mar 14, 2026</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2026/02/28/</id>
    <title>Awesome Ada Updates on Feb 28, 2026</title>
    <updated>2026-02-28T02:39:41.968Z</updated>
    <published>2026-02-28T02:39:41.667Z</published>
    <content type="html"><![CDATA[<h3><p>Build and Package / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/tomekw/tada" rel="noopener noreferrer">tada (⭐21)</a> - An opinionated package management tool for Ada.</li>
</ul>
<h3><p>Linux and POSIX / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/AdaCore/florist/" rel="noopener noreferrer">florist (⭐7)</a> - POSIX Ada binding, IEEE Standards 1003.5(b,c).</li>
</ul>

<ul>
<li><a href="https://github.com/Blady-Com/florist" rel="noopener noreferrer">florist-blady (⭐7)</a> - A fork of Florist which is available as an Alire crate.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2026/02/28/"/>
    <summary>3 awesome projects updated on Feb 28, 2026</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2026/02/08/</id>
    <title>Awesome Ada Updates on Feb 08, 2026</title>
    <updated>2026-02-08T09:15:01.064Z</updated>
    <published>2026-02-08T09:15:01.064Z</published>
    <content type="html"><![CDATA[<h3><p>OS and Kernels / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/ajxs/straylight" rel="noopener noreferrer">Straylight (⭐3)</a> - A simple monolithic RISC-V operating system developed in Ada.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2026/02/08/"/>
    <summary>1 awesome projects updated on Feb 08, 2026</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2025/12/04/</id>
    <title>Awesome Ada Updates on Dec 04, 2025</title>
    <updated>2025-12-04T02:20:15.719Z</updated>
    <published>2025-12-04T02:20:15.719Z</published>
    <content type="html"><![CDATA[<h3><p>Networking and Communication Middleware / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/mgrojo/coap_spark" rel="noopener noreferrer">coap-spark (⭐8)</a> - A formally verified implementation of CoAP, the Constrained Application Protocol.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2025/12/04/"/>
    <summary>1 awesome projects updated on Dec 04, 2025</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2025/11/24/</id>
    <title>Awesome Ada Updates on Nov 24, 2025</title>
    <updated>2025-11-24T16:18:26.931Z</updated>
    <published>2025-11-24T16:18:26.618Z</published>
    <content type="html"><![CDATA[<h3><p>Online Books</p>
</h3>
<ul>
<li><a href="https://www.adacore.com/uploads/books/SafeSecureAdav2015-covered.pdf" rel="noopener noreferrer">ada-safe-secure</a> - Safe and Secure Software. An invitation to Ada 2012.</li>
</ul>
<h3><p>Questions and Answers</p>
</h3>
<ul>
<li><a href="https://discord.gg/pdybNXMBsP" rel="noopener noreferrer">discord-ada</a> - Ada Discord server.</li>
</ul>
<h3><p>Competition</p>
</h3>
<ul>
<li><a href="https://github.com/AdaCore/Ada-SPARK-Crate-Of-The-Year" rel="noopener noreferrer">crate-of-the-year (⭐25)</a> - Yearly prize for the best Alire crate in three categories: general, SPARK and embedded.</li>
</ul>
<h3><p>Text Modes / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/tomekw/doom-ada" rel="noopener noreferrer">doom-ada (⭐18)</a> - Doom Emacs Ada language module with syntax highlighting, LSP and Alire support.</li>
</ul>
<h3><p>Parsers, Scanners, Linters, Analysers, Interpreters and Prettyprinters / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://elpa.gnu.org/packages/wisi.html" rel="noopener noreferrer">wisitoken</a> - An LALR, LR1, and Packrat parser generator and run-time.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2025/11/24/"/>
    <summary>5 awesome projects updated on Nov 24, 2025</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2025/07/16/</id>
    <title>Awesome Ada Updates on Jul 16, 2025</title>
    <updated>2025-07-16T13:03:57.232Z</updated>
    <published>2025-07-16T13:03:57.219Z</published>
    <content type="html"><![CDATA[<h3><p>Questions and Answers</p>
</h3>
<ul>
<li><a href="https://forum.ada-lang.io/" rel="noopener noreferrer">ada-forum</a> - Ada Forum at ada-lang.io.</li>
</ul>

<ul>
<li><a href="https://usenet.ada-lang.io/comp.lang.ada/" rel="noopener noreferrer">comp-lang-ada</a> - Ada Usenet newsgroup/forum.</li>
</ul>

<ul>
<li><a href="https://hn.algolia.com/?query=ada&amp;sort=byDate" rel="noopener noreferrer">hacker-news-ada</a> - Ada at Hacker News.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2025/07/16/"/>
    <summary>3 awesome projects updated on Jul 16, 2025</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2025/07/14/</id>
    <title>Awesome Ada Updates on Jul 14, 2025</title>
    <updated>2025-07-14T09:57:11.466Z</updated>
    <published>2025-07-14T09:57:11.466Z</published>
    <content type="html"><![CDATA[<h3><p>Frameworks / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/coreboot/libgfxinit" rel="noopener noreferrer">libgfxinit (⭐26)</a> - A graphics initialization (aka modesetting) library for embedded environments, implemented in SPARK.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2025/07/14/"/>
    <summary>1 awesome projects updated on Jul 14, 2025</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2025/03/20/</id>
    <title>Awesome Ada Updates on Mar 20, 2025</title>
    <updated>2025-03-20T02:00:54.756Z</updated>
    <published>2025-03-20T02:00:54.756Z</published>
    <content type="html"><![CDATA[<h3><p>OS and Kernels / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://ironclad-os.org/" rel="noopener noreferrer">ironclad</a> - A kernel for several architectures striving for POSIX compatibility, used on several distributions like <a href="https://codeberg.org/Ironclad/Gloire" rel="noopener noreferrer">Gloire</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2025/03/20/"/>
    <summary>1 awesome projects updated on Mar 20, 2025</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2025/02/08/</id>
    <title>Awesome Ada Updates on Feb 08, 2025</title>
    <updated>2025-02-08T01:49:33.126Z</updated>
    <published>2025-02-08T01:49:32.943Z</published>
    <content type="html"><![CDATA[<h3><p>Unit Test, Testing / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/LionelDraghi/bbt" rel="noopener noreferrer">bbt (⭐27)</a> - Simple tool to black box check the behavior of an executable through the command line.</li>
</ul>
<h3><p>Logging / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/kevlar700/elogs" rel="noopener noreferrer">elogs</a> - Logging framework for embedded systems absent of runtime errors.</li>
</ul>
<h3><p>Parsers, Scanners, Linters, Analysers, Interpreters and Prettyprinters / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/BrentSeidel/Ada-Lisp-Embedded" rel="noopener noreferrer">ada-lisp-embedded (⭐4)</a> - Embeddable Lisp interpreter.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2025/02/08/"/>
    <summary>3 awesome projects updated on Feb 08, 2025</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2025/01/22/</id>
    <title>Awesome Ada Updates on Jan 22, 2025</title>
    <updated>2025-01-22T07:45:36.914Z</updated>
    <published>2025-01-22T07:45:36.862Z</published>
    <content type="html"><![CDATA[<h3><p>Games / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/fastrgv/RetroArcade" rel="noopener noreferrer">retro-arcade (⭐4)</a> - Space Invaders, Pacman, &amp; Frogger games that run in a terminal on Windows, OS-X &amp; Linux.</li>
</ul>
<h3><p>Database / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/ada-apq/apq/" rel="noopener noreferrer">apq-base (⭐2)</a> - APQ is a database interface library written in Ada95.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2025/01/22/"/>
    <summary>2 awesome projects updated on Jan 22, 2025</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/10/08/</id>
    <title>Awesome Ada Updates on Oct 08, 2024</title>
    <updated>2024-10-08T01:53:55.137Z</updated>
    <published>2024-10-08T01:53:55.137Z</published>
    <content type="html"><![CDATA[<h3><p>Generators and Translators / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/fdesp87/winforms2gtk" rel="noopener noreferrer">winforms2gtk (⭐1)</a> - Helper conversor of Visual Basic Microsoft Windows Forms applications to Gtk and Ada.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/10/08/"/>
    <summary>1 awesome projects updated on Oct 08, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/08/22/</id>
    <title>Awesome Ada Updates on Aug 22, 2024</title>
    <updated>2024-08-22T01:45:38.107Z</updated>
    <published>2024-08-22T01:45:38.107Z</published>
    <content type="html"><![CDATA[<h3><p>Graphical User Interface / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/ada-game-framework/anuklear" rel="noopener noreferrer">anuklear (⭐0)</a> - Ada binding to the Nuklear GUI library and the Nuklear-SDL renderer.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/08/22/"/>
    <summary>1 awesome projects updated on Aug 22, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/08/02/</id>
    <title>Awesome Ada Updates on Aug 02, 2024</title>
    <updated>2024-08-02T12:44:42.348Z</updated>
    <published>2024-08-02T12:44:42.348Z</published>
    <content type="html"><![CDATA[<h3><p>News and Resources</p>
</h3>
<ul>
<li><a href="https://mgrojo.github.io/adasearch/" rel="noopener noreferrer">adasearch</a> - Custom search engines for finding anything related to the Ada and SPARK programming languages, without interference from other homonymous topics.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/08/02/"/>
    <summary>1 awesome projects updated on Aug 02, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/05/23/</id>
    <title>Awesome Ada Updates on May 23, 2024</title>
    <updated>2024-05-23T01:34:17.632Z</updated>
    <published>2024-05-23T01:34:17.632Z</published>
    <content type="html"><![CDATA[<h3><p>Reference</p>
</h3>
<ul>
<li><a href="https://github.com/bracke/AdaReferenceCard/releases" rel="noopener noreferrer">Ada 2022 Reference Card (⭐14)</a> - Reference Card / Cheatsheet of Ada Attributes, Aspects, Pragmas and Standard Library.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/05/23/"/>
    <summary>1 awesome projects updated on May 23, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/03/31/</id>
    <title>Awesome Ada Updates on Mar 31, 2024</title>
    <updated>2024-03-31T01:34:16.048Z</updated>
    <published>2024-03-31T01:34:16.048Z</published>
    <content type="html"><![CDATA[<h3><p>Games / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/tsoding/eepers" rel="noopener noreferrer">eepers (⭐460)</a> - A simple Turn-based Game in Ada (made with <a href="https://github.com/raysan5/raylib" rel="noopener noreferrer">raylib (⭐33k)</a>).</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/03/31/"/>
    <summary>1 awesome projects updated on Mar 31, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/03/15/</id>
    <title>Awesome Ada Updates on Mar 15, 2024</title>
    <updated>2024-03-15T01:22:19.064Z</updated>
    <published>2024-03-15T01:22:19.064Z</published>
    <content type="html"><![CDATA[<h3><p>Build and Package / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/mgrojo/alr2appimage" rel="noopener noreferrer">alr2appimage</a> - A tool for automatically creating an AppImage executable from an Alire crate.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/03/15/"/>
    <summary>1 awesome projects updated on Mar 15, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/03/03/</id>
    <title>Awesome Ada Updates on Mar 03, 2024</title>
    <updated>2024-03-03T01:24:34.202Z</updated>
    <published>2024-03-03T01:24:34.136Z</published>
    <content type="html"><![CDATA[<h3><p>News and Resources</p>
</h3>
<ul>
<li><a href="https://ada-planet.blogspot.com/" rel="noopener noreferrer">ada-planet</a> - News Aggregator from the Ada programming language world (v3) (<a href="https://matrix.to/#/#ada-lang:matrix.org" rel="noopener noreferrer">Ada-Planet v2 feed via Matrix</a>).</li>
</ul>
<h3><p>Games / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/thindil/steamsky" rel="noopener noreferrer">steamsky</a> - Roguelike in sky with a steampunk setting.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/03/03/"/>
    <summary>2 awesome projects updated on Mar 03, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/01/07/</id>
    <title>Awesome Ada Updates on Jan 07, 2024</title>
    <updated>2024-01-07T12:37:38.801Z</updated>
    <published>2024-01-07T12:37:38.801Z</published>
    <content type="html"><![CDATA[<h3><p>Graphical User Interface / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://r3fowwcolhrzycn2yzlzzw.on.drv.tw/AdaStudio/vtkada/vtkada.html" rel="noopener noreferrer">vtk-ada</a> - Ada-2012 port to VTK 8.1 (Visualization Toolkit).</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/01/07/"/>
    <summary>1 awesome projects updated on Jan 07, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/01/03/</id>
    <title>Awesome Ada Updates on Jan 03, 2024</title>
    <updated>2024-01-03T01:29:37.976Z</updated>
    <published>2024-01-03T01:29:37.976Z</published>
    <content type="html"><![CDATA[<h3><p>Reference</p>
</h3>
<ul>
<li><a href="http://www.ada-auth.org/standards/ada22.html" rel="noopener noreferrer">iso-standard</a> - The 2022 revision to the Ada Standard, usually known as Ada 2022.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/01/03/"/>
    <summary>1 awesome projects updated on Jan 03, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/12/31/</id>
    <title>Awesome Ada Updates on Dec 31, 2023</title>
    <updated>2023-12-31T12:37:14.516Z</updated>
    <published>2023-12-31T01:36:56.717Z</published>
    <content type="html"><![CDATA[<h3><p>Continuous Integration / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://gitlab.com/stcarrez/porion" rel="noopener noreferrer">porion</a> - Continuous integration server and agent that helps automate the building, testing and deployment.</li>
</ul>
<h3><p>DevOps / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/stcarrez/mat" rel="noopener noreferrer">mat</a> - Simple memory analysis tool intended to help understand where the memory is used in a program.</li>
</ul>
<h3><p>Generation / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://gitlab.com/stcarrez/resource-embedder" rel="noopener noreferrer">resource-embedder</a> - Advanced Resource Embedder to embed files in binaries by producing C, Ada or Go source files.</li>
</ul>
<h3><p>Math / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://gitlab.com/mockturtle/matrix-root" rel="noopener noreferrer">matrix-root</a> - Compute the N-th root of a matrix.</li>
</ul>
<h3><p>Format Readers, Writers and Checkers / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://gitlab.com/stcarrez/ada-libmagic" rel="noopener noreferrer">ada-libmagic</a> - Magic Number Recognition Library Ada binding (libmagic (3)).</li>
</ul>
<h3><p>Localization / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://gitlab.com/stcarrez/ada-intl" rel="noopener noreferrer">ada-intl</a> - NLS thin Ada binding (gettext (3), textdomain (3), bindtextdomain (3)).</li>
</ul>
<h3><p>Linux and POSIX / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://gitlab.com/mockturtle/suid-helper" rel="noopener noreferrer">suid-helper</a> - Small Ada library that helps in writing safer suid programs.</li>
</ul>
<h3><p>Communication / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/stcarrez/ada-enet" rel="noopener noreferrer">ada-enet (⭐24)</a> - Embedded network stack (Ethernet driver, IPv4, UDP, DNS, DHCP, NTP) for STM32F746 or STM32F769.</li>
</ul>
<h3><p>Libraries / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/stcarrez/stm32-ui" rel="noopener noreferrer">stm32-ui (⭐4)</a> - STM32 UI library and tools (graphs, images, 12 hour clock).</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/12/31/"/>
    <summary>9 awesome projects updated on Dec 31, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/12/27/</id>
    <title>Awesome Ada Updates on Dec 27, 2023</title>
    <updated>2023-12-27T09:00:55.002Z</updated>
    <published>2023-12-27T09:00:55.002Z</published>
    <content type="html"><![CDATA[<h3><p>Graphical User Interface / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/Cre8or/ImGui-Ada" rel="noopener noreferrer">imgui-ada (⭐6)</a> - Ada binding of the ImGui library.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/12/27/"/>
    <summary>1 awesome projects updated on Dec 27, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/11/26/</id>
    <title>Awesome Ada Updates on Nov 26, 2023</title>
    <updated>2023-11-26T01:36:02.171Z</updated>
    <published>2023-11-26T01:36:02.171Z</published>
    <content type="html"><![CDATA[<h3><p>Frameworks / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/lasp/adamant" rel="noopener noreferrer">adamant (⭐48)</a> - A component-based, model-driven framework for constructing reliable and reusable real-time software.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/11/26/"/>
    <summary>1 awesome projects updated on Nov 26, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/11/11/</id>
    <title>Awesome Ada Updates on Nov 11, 2023</title>
    <updated>2023-11-11T02:19:36.968Z</updated>
    <published>2023-11-11T02:19:36.349Z</published>
    <content type="html"><![CDATA[<h3><p>News and Resources</p>
</h3>
<ul>
<li><a href="http://www.ada-europe.org/" rel="noopener noreferrer">ada-europe</a> - An international organization, set up to promote the use of Ada.</li>
</ul>
<h3><p>Misc / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/adachess/AdaChess" rel="noopener noreferrer">ada-chess (⭐9)</a> - Chess engine written in Ada.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/11/11/"/>
    <summary>2 awesome projects updated on Nov 11, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/10/22/</id>
    <title>Awesome Ada Updates on Oct 22, 2023</title>
    <updated>2023-10-22T01:33:59.960Z</updated>
    <published>2023-10-22T01:33:59.960Z</published>
    <content type="html"><![CDATA[<h3><p>Open source / Apache License</p>
</h3>
<ul>
<li><a href="https://github.com/pchapin/augusta" rel="noopener noreferrer">augusta</a> - Ada compiler written in Scala that targets LLVM.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/10/22/"/>
    <summary>1 awesome projects updated on Oct 22, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/07/21/</id>
    <title>Awesome Ada Updates on Jul 21, 2023</title>
    <updated>2023-07-21T01:47:07.695Z</updated>
    <published>2023-07-21T01:47:07.695Z</published>
    <content type="html"><![CDATA[<h3><p>Science / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="http://www.dmitry-kazakov.de/ada/units.htm" rel="noopener noreferrer">units-of-measurement</a> - Library to manage units of measurement with dimension checking.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/07/21/"/>
    <summary>1 awesome projects updated on Jul 21, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/07/20/</id>
    <title>Awesome Ada Updates on Jul 20, 2023</title>
    <updated>2023-07-20T01:44:45.926Z</updated>
    <published>2023-07-20T01:44:45.926Z</published>
    <content type="html"><![CDATA[<h3><p>OS and Kernels / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/jgrivera67/HiRTOS" rel="noopener noreferrer">hirtos</a> - A high-integrity RTOS written in SPARK Ada.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/07/20/"/>
    <summary>1 awesome projects updated on Jul 20, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/07/19/</id>
    <title>Awesome Ada Updates on Jul 19, 2023</title>
    <updated>2023-07-19T08:35:30.757Z</updated>
    <published>2023-07-19T08:35:30.715Z</published>
    <content type="html"><![CDATA[<h3><p>Sound / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://phasercat.com/adaogg/" rel="noopener noreferrer">adaogg</a> - Complete thin interface layer that brings the Ogg, Vorbis, and Theora libraries to the Ada 2012 programming language.</li>
</ul>
<h3><p>Frameworks / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/gabriele-galeotti/SweetAda" rel="noopener noreferrer">SweetAda (⭐52)</a> - A lightweight development framework whose purpose is the implementation of Ada-based software systems. It supports a plethora or CPU architectures and development boards.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/07/19/"/>
    <summary>2 awesome projects updated on Jul 19, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/07/10/</id>
    <title>Awesome Ada Updates on Jul 10, 2023</title>
    <updated>2023-07-10T02:06:58.391Z</updated>
    <published>2023-07-10T02:06:58.391Z</published>
    <content type="html"><![CDATA[<h3><p>Graphics and Multimedia / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://phasercat.com/vulkada/" rel="noopener noreferrer">vulkada</a> - A complete Vulkan 1.1 thick binding for Ada 2012.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/07/10/"/>
    <summary>1 awesome projects updated on Jul 10, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/07/01/</id>
    <title>Awesome Ada Updates on Jul 01, 2023</title>
    <updated>2023-07-01T12:44:39.652Z</updated>
    <published>2023-07-01T12:44:39.652Z</published>
    <content type="html"><![CDATA[<h3><p>Unit Test, Testing / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/AdaCore/aunit" rel="noopener noreferrer">aunit (⭐11)</a> - Ada unit testing framework.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/07/01/"/>
    <summary>1 awesome projects updated on Jul 01, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/06/27/</id>
    <title>Awesome Ada Updates on Jun 27, 2023</title>
    <updated>2023-06-27T02:06:45.842Z</updated>
    <published>2023-06-27T02:06:45.842Z</published>
    <content type="html"><![CDATA[<h3><p>Misc / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/atalii/adage" rel="noopener noreferrer">adage (⭐10)</a> - An Ada/SPARK alternative to sudo and doas.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/06/27/"/>
    <summary>1 awesome projects updated on Jun 27, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/06/19/</id>
    <title>Awesome Ada Updates on Jun 19, 2023</title>
    <updated>2023-06-19T01:53:30.287Z</updated>
    <published>2023-06-19T01:53:30.287Z</published>
    <content type="html"><![CDATA[<h3><p>Parsers, Scanners, Linters, Analysers, Interpreters and Prettyprinters / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://blog.vacs.fr/vacs/blogs/post.html?post=2021/12/18/Aflex-1.5-and-Ayacc-1.3.0" rel="noopener noreferrer">aflex-ayacc</a> - Ada scanner and parser generators.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/06/19/"/>
    <summary>1 awesome projects updated on Jun 19, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/06/13/</id>
    <title>Awesome Ada Updates on Jun 13, 2023</title>
    <updated>2023-06-13T01:53:19.953Z</updated>
    <published>2023-06-13T01:53:19.953Z</published>
    <content type="html"><![CDATA[<h3><p>Format Readers, Writers and Checkers / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/alire-project/xmlezout" rel="noopener noreferrer">xml-ez-out (⭐3)</a> - Library for emitting XML from Ada programs.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/06/13/"/>
    <summary>1 awesome projects updated on Jun 13, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/03/09/</id>
    <title>Awesome Ada Updates on Mar 09, 2023</title>
    <updated>2023-03-09T02:02:53.316Z</updated>
    <published>2023-03-09T02:02:52.416Z</published>
    <content type="html"><![CDATA[<h3><p>Text Modes / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://www.nongnu.org/ada-mode/" rel="noopener noreferrer">gnu-emacs-ada-mode</a> - Gnu Emacs major-mode for editing Ada sources.</li>
</ul>
<h3><p>Graphical User Interface / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/godunko/adawebui" rel="noopener noreferrer">adawebui</a> - GUI based on <a href="https://github.com/godunko/adawebpack" rel="noopener noreferrer">adawebpack (⭐79)</a>.</li>
</ul>
<h3><p>Terminal User Interface / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://invisible-island.net/ncurses/ncurses-Ada95.html" rel="noopener noreferrer">ncurses-ada95</a> - Ada95 bindings for ncurses.</li>
</ul>
<h3><p>Web / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/godunko/matreshka" rel="noopener noreferrer">matreshka (⭐12)</a> - Framework to develop information systems consisting of five major components: League, XML processor, Web framework, SQL access, and the Modeling framework.</li>
</ul>

<ul>
<li><a href="https://ironsides.martincarlisle.com" rel="noopener noreferrer">ironsides</a> - Authoritative DNS server verified by SPARK/Ada.</li>
</ul>
<h3><p>Verification / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://www.adalog.fr/en/adacontrol.html" rel="noopener noreferrer">adacontrol</a> - Ada constructs lint tool.</li>
</ul>
<h3><p>UML / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://apps.kde.org/es/umbrello/" rel="noopener noreferrer">umbrello</a> - Unified Modelling Language (UML) diagram program based on KDE Technology. Outputs Ada.</li>
</ul>
<h3><p>Networking and Communication Middleware / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://www.codelabs.ch/pcscada" rel="noopener noreferrer">pcsc-ada</a> - PCSC/Ada provides a thick Ada binding to PC/SC-middleware. The library allows programs written in Ada to communicate with smart cards using the SCard API.</li>
</ul>
<h3><p>Sound / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://www.huygens-fokker.org/scala" rel="noopener noreferrer">scala</a> - A powerful software tool for experimentation with musical tunings, such as just intonation scales, equal and historical temperaments, microtonal and macrotonal scales, and non-Western scales.</li>
</ul>
<h3><p>Shells, Interpreters and Emulators / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://sparforte.com/" rel="noopener noreferrer">sparforte</a> - The SPARforte programming language is an Ada-like scripting language, previously known as business user shell (bush). Can be used as interactive UNIX shell replacement.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/03/09/"/>
    <summary>10 awesome projects updated on Mar 09, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/02/21/</id>
    <title>Awesome Ada Updates on Feb 21, 2023</title>
    <updated>2023-02-21T01:58:28.768Z</updated>
    <published>2023-02-21T01:58:28.010Z</published>
    <content type="html"><![CDATA[<h3><p>Entry Point</p>
</h3>
<ul>
<li><a href="https://ada-lang-io.github.io/ada-logo-editor/" rel="noopener noreferrer">ada-logo-editor</a> - The “Ada horizon” logo maker website.</li>
</ul>
<h3><p>Online Books</p>
</h3>
<ul>
<li><a href="https://www.adaic.org/wp-content/uploads/2010/05/Ada-Distilled-24-January-2011-Ada-2005-Version.pdf" rel="noopener noreferrer">ada-distilled</a> - Ada Distilled for Ada 2005.</li>
</ul>
<h3><p>Specialties</p>
</h3>
<ul>
<li><a href="https://www.adaic.org/learn/materials/" rel="noopener noreferrer">ada-ic-learning</a> - For additional learning resources, see the AdaIC learning section.</li>
</ul>
<h3><p>News and Resources</p>
</h3>
<ul>
<li><a href="https://www.adaic.org/community/" rel="noopener noreferrer">ada-resource-association</a> - Since 1990 the Ada Resource Association's principal mission has been “To ensure continued success of Ada users and promote Ada use in the software industry”.</li>
</ul>

<ul>
<li><a href="https://www.adaic.org/" rel="noopener noreferrer">ada-information-clearinghouse</a> - News and resources for the Ada programming language.</li>
</ul>
<h3><p>Graphical User Interface / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="http://jedbarber.id.au/fltkada.xhtml" rel="noopener noreferrer">fltk-ada</a> - Ada-2012 binding to FLTK (Fast Light Toolkit).</li>
</ul>
<h3><p>Algorithms, Containers and Protocols / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://web.archive.org/web/20161207211935/https://home.earthlink.net/~matthewjheaney/charles/" rel="noopener noreferrer">charles</a> - Ada 95 container library, precursor to Ada 2005+ standard containers.</li>
</ul>
<h3><p>Utilities / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/alire-project/simple_logging" rel="noopener noreferrer">simple-logging (⭐5)</a> - Easy to use logging facilities for output to console in Ada programs.</li>
</ul>
<h3><p>Bindings to Other Languages / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/thindil/tashy" rel="noopener noreferrer">tashy (⭐8)</a> - Tcl Ada SHell Younger (Tashy) is derivate of Tash, focused mostly on Tk binding.</li>
</ul>

<ul>
<li><a href="https://github.com/thindil/tashy2" rel="noopener noreferrer">tashy2 (⭐2)</a> - Derivate of Tashy that aims to be more idiomatic and uses a more permisive license.</li>
</ul>
<h3><p>Automation / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://www.ada4automation.org/" rel="noopener noreferrer">ada4automation</a> - A framework for designing industrial automation applications using the Ada language.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/02/21/"/>
    <summary>11 awesome projects updated on Feb 21, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/02/19/</id>
    <title>Awesome Ada Updates on Feb 19, 2023</title>
    <updated>2023-02-19T11:29:00.403Z</updated>
    <published>2023-02-19T11:29:00.403Z</published>
    <content type="html"><![CDATA[<h3><p>Entry Point</p>
</h3>
<ul>
<li><a href="https://ada-lang.io" rel="noopener noreferrer">ada-lang-io</a> - A community site for Ada.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/02/19/"/>
    <summary>1 awesome projects updated on Feb 19, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/02/14/</id>
    <title>Awesome Ada Updates on Feb 14, 2023</title>
    <updated>2023-02-14T01:58:01.144Z</updated>
    <published>2023-02-14T01:58:01.144Z</published>
    <content type="html"><![CDATA[<h3><p>DevOps / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/joular/powerjoular" rel="noopener noreferrer">powerjoular (⭐109)</a> - This tool allows monitoring power consumption of multiple platforms and processes.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/02/14/"/>
    <summary>1 awesome projects updated on Feb 14, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/12/31/</id>
    <title>Awesome Ada Updates on Dec 31, 2022</title>
    <updated>2022-12-31T11:05:39.792Z</updated>
    <published>2022-12-31T11:05:39.665Z</published>
    <content type="html"><![CDATA[<h3><p>Sound / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/io7m/coreland-openal-ada" rel="noopener noreferrer">coreland-openal-ada (⭐3)</a> - Ada binding to OpenAL.</li>
</ul>
<h3><p>Simulation / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/Jellix/mars_mpl" rel="noopener noreferrer">mars-mpl</a> - Mars Polar Lander (Crash) Simulator (<a href="https://github.com/AdaCore/gtkada" rel="noopener noreferrer">gtkada (⭐104)</a>, <a href="http://www.dmitry-kazakov.de/ada/aicwl.htm" rel="noopener noreferrer">aicwl</a>).</li>
</ul>

<ul>
<li><a href="https://github.com/moriyasum/GtkAda_OpenAL_Doppler_Effect_Sample2" rel="noopener noreferrer">doppler-effect-sample2</a> - Moving airplane causes Stereo Sound Doppler effect (<a href="https://github.com/AdaCore/gtkada" rel="noopener noreferrer">gtkada (⭐104)</a>).</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/12/31/"/>
    <summary>3 awesome projects updated on Dec 31, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/12/23/</id>
    <title>Awesome Ada Updates on Dec 23, 2022</title>
    <updated>2022-12-23T01:47:15.275Z</updated>
    <published>2022-12-23T01:47:15.273Z</published>
    <content type="html"><![CDATA[<h3><p>Networking and Communication Middleware / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/Latence-Technologies/Kafka-Ada" rel="noopener noreferrer">kafka-ada (⭐14)</a> - Binding for the C librdkafka library, allows sending and receiving from a Kafka bus.</li>
</ul>

<ul>
<li><a href="https://gitlab.com/daresoft/network/adare_net" rel="noopener noreferrer">adare-net</a> - This is a small, portable and easy to use Ada network lib. It supports ipv4 ipv6 udp and tcp, and can 'listen' with ipv6, too.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/12/23/"/>
    <summary>2 awesome projects updated on Dec 23, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/10/07/</id>
    <title>Awesome Ada Updates on Oct 07, 2022</title>
    <updated>2022-10-07T14:35:42.000Z</updated>
    <published>2022-10-07T14:35:42.000Z</published>
    <content type="html"><![CDATA[<h3><p>Build and Package / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/annexi-strayline/AURA" rel="noopener noreferrer">aura</a> - An integrated build and source/package management tool with a more hands-on versioning approach. Alternative to alire and gprbuild. Optimized for CI/CD pipelines.</li>
</ul>
<h3><p>Components / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/annexi-strayline/ASAP" rel="noopener noreferrer">asap (⭐7)</a> - A set of general libraries and thick bindings for use with the AURA package management/build tool. Includes TCP, TLS, HTTP, a high-performance JSON parser/generator, and a formally verified (SPARK) UTF-8 stream decoder.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/10/07/"/>
    <summary>2 awesome projects updated on Oct 07, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/07/25/</id>
    <title>Awesome Ada Updates on Jul 25, 2022</title>
    <updated>2022-07-25T13:37:24.000Z</updated>
    <published>2022-07-25T13:37:24.000Z</published>
    <content type="html"><![CDATA[<h3><p>Math / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/pukpr/GeoEnergyMath" rel="noopener noreferrer">geo-energy-math (⭐8)</a> - Software libraries for solving models described in Mathematical GeoEnergy (Wiley, 2018).</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/07/25/"/>
    <summary>1 awesome projects updated on Jul 25, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/05/20/</id>
    <title>Awesome Ada Updates on May 20, 2022</title>
    <updated>2022-05-20T15:09:16.000Z</updated>
    <published>2022-05-20T15:09:16.000Z</published>
    <content type="html"><![CDATA[<h3><p>Entry Point</p>
</h3>
<ul>
<li><a href="https://www.celebratingada.com/" rel="noopener noreferrer">celebrating-ada</a> - Ada history key moments.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/05/20/"/>
    <summary>1 awesome projects updated on May 20, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/05/18/</id>
    <title>Awesome Ada Updates on May 18, 2022</title>
    <updated>2022-05-18T16:09:59.000Z</updated>
    <published>2022-05-18T16:09:59.000Z</published>
    <content type="html"><![CDATA[<h3><p>Terminal User Interface / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://git.sr.ht/~nytpu/linenoise-ada" rel="noopener noreferrer">linenoise-ada</a> - Bindings to the Linenoise line-editing library (patched to support UTF-8).</li>
</ul>
<h3><p>Format Readers, Writers and Checkers / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://git.sr.ht/~nytpu/uri-ada" rel="noopener noreferrer">uri-ada</a> - URI and MIME parser &amp; manipulation library.</li>
</ul>
<h3><p>Networking and Communication Middleware / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://git.sr.ht/~nytpu/tlsada" rel="noopener noreferrer">tlsada</a> - Bindings to the libtls TLS/SSL library.</li>
</ul>
<h3><p>Utilities / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://git.sr.ht/~nytpu/getopt-ada" rel="noopener noreferrer">getopt-ada</a> - Portable implementation of getopt(3) in Ada.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/05/18/"/>
    <summary>4 awesome projects updated on May 18, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/04/29/</id>
    <title>Awesome Ada Updates on Apr 29, 2022</title>
    <updated>2022-04-29T17:39:15.000Z</updated>
    <published>2022-04-29T17:39:15.000Z</published>
    <content type="html"><![CDATA[<h3><p>Questions and Answers</p>
</h3>
<ul>
<li><a href="https://matrix.to/#/#ada-lang_Lobby:gitter.im" rel="noopener noreferrer">matrix-ada</a> - Ada room at Gitter via Matrix.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/04/29/"/>
    <summary>1 awesome projects updated on Apr 29, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/04/28/</id>
    <title>Awesome Ada Updates on Apr 28, 2022</title>
    <updated>2022-04-28T21:48:32.000Z</updated>
    <published>2022-04-28T21:48:32.000Z</published>
    <content type="html"><![CDATA[<h3><p>Questions and Answers</p>
</h3>
<ul>
<li><a href="https://gitter.im/ada-lang/Lobby" rel="noopener noreferrer">gitter-ada</a> - Ada channel at Gitter.</li>
</ul>

<ul>
<li><a href="https://libera.chat/" rel="noopener noreferrer">libera-chat-ada</a> - Ada channel at IRC.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/04/28/"/>
    <summary>2 awesome projects updated on Apr 28, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/04/15/</id>
    <title>Awesome Ada Updates on Apr 15, 2022</title>
    <updated>2022-04-15T15:10:34.000Z</updated>
    <published>2022-04-15T15:10:34.000Z</published>
    <content type="html"><![CDATA[<h3><p>Algorithms, Containers and Protocols / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/JeremyGrosser/chests" rel="noopener noreferrer">chests</a> - Bounded containers for embedded systems.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/04/15/"/>
    <summary>1 awesome projects updated on Apr 15, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/04/09/</id>
    <title>Awesome Ada Updates on Apr 09, 2022</title>
    <updated>2022-04-09T21:30:40.000Z</updated>
    <published>2022-04-09T18:54:51.000Z</published>
    <content type="html"><![CDATA[<h3><p>Build and Package / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/cho3/cmake-ada" rel="noopener noreferrer">cmake-ada-cho3 (⭐1)</a> - CMake language support for Ada, fork of <a href="https://sourceforge.net/projects/plplot/" rel="noopener noreferrer">plplot</a>'s cross-platform support code.</li>
</ul>
<h3><p>Games / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/HonkiTonk/Civ-Klon" rel="noopener noreferrer">civ-klon (⭐22)</a> - Civilization-style turn-based strategy game. Requires <a href="https://github.com/mgrojo/ASFML" rel="noopener noreferrer">asfml (⭐42)</a>.</li>
</ul>
<h3><p>Graphical User Interface / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://r3fowwcolhrzycn2yzlzzw.on.drv.tw/AdaStudio/qt6ada/qt6ada.html" rel="noopener noreferrer">qt-ada</a> - Ada-2012 port to Qt 6 framework.</li>
</ul>

<ul>
<li><a href="https://github.com/jrcarter/Ada_GUI" rel="noopener noreferrer">ada-gui</a> - GUI implemented on its own task, so it doesn't require that its client give up a thread of control. Derived from <a href="https://sourceforge.net/projects/gnoga/" rel="noopener noreferrer">gnoga</a>.</li>
</ul>
<h3><p>Graphics and Multimedia / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://sourceforge.net/projects/plplot/" rel="noopener noreferrer">plplot</a> - Cross-platform, scientific graphics plotting library, including an Ada binding.</li>
</ul>
<h3><p>Automation / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://sourceforge.net/projects/max-home-automation/" rel="noopener noreferrer">max-home-automation</a> - <a href="https://github.com/AdaCore/gtkada" rel="noopener noreferrer">gtkada (⭐104)</a> application to manage ELV/eQ-3 MAX! cubes for home automation.</li>
</ul>
<h3><p>Shells, Interpreters and Emulators / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/SMerrony/dashera" rel="noopener noreferrer">dashera</a> - Data General DASHER terminal emulator using <a href="https://github.com/AdaCore/gtkada" rel="noopener noreferrer">gtkada (⭐104)</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/docandrew/YOTROC" rel="noopener noreferrer">yotroc (⭐5)</a> - Assembler/Emulator for a fictional CPU architecture. IDE implemented in <a href="https://github.com/AdaCore/gtkada" rel="noopener noreferrer">gtkada (⭐104)</a>.</li>
</ul>
<h3><p>Misc / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/mk270/whitakers-words" rel="noopener noreferrer">whitakers-words (⭐322)</a> - William Whitaker's WORDS, a Latin dictionary.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/04/09/"/>
    <summary>9 awesome projects updated on Apr 09, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/03/29/</id>
    <title>Awesome Ada Updates on Mar 29, 2022</title>
    <updated>2022-03-29T19:45:19.000Z</updated>
    <published>2022-03-29T19:45:19.000Z</published>
    <content type="html"><![CDATA[<h3><p>Multimedia / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://sourceforge.net/projects/canta/" rel="noopener noreferrer">canta</a> - A tool to help to sing in tune.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/03/29/"/>
    <summary>1 awesome projects updated on Mar 29, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/03/27/</id>
    <title>Awesome Ada Updates on Mar 27, 2022</title>
    <updated>2022-03-27T19:39:48.000Z</updated>
    <published>2022-03-27T19:39:48.000Z</published>
    <content type="html"><![CDATA[<h3><p>Text Modes / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/rocher/ob-ada-spark/" rel="noopener noreferrer">ob-ada-spark</a> - Ada/SPARK support for org-babel : Evaluate source code blocks with Gnu Emacs and org files.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/03/27/"/>
    <summary>1 awesome projects updated on Mar 27, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/03/22/</id>
    <title>Awesome Ada Updates on Mar 22, 2022</title>
    <updated>2022-03-22T18:29:01.000Z</updated>
    <published>2022-03-22T18:29:01.000Z</published>
    <content type="html"><![CDATA[<h3><p>Web / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/simonjwright/ews" rel="noopener noreferrer">ews (⭐22)</a> - Embedded Web Server is a web server construction kit, designed for embedded applications using the GNAT Ada compiler.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/03/22/"/>
    <summary>1 awesome projects updated on Mar 22, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/03/13/</id>
    <title>Awesome Ada Updates on Mar 13, 2022</title>
    <updated>2022-03-13T13:00:56.000Z</updated>
    <published>2022-03-13T13:00:56.000Z</published>
    <content type="html"><![CDATA[<h3><p>Runtimes / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/Componolit/ada-runtime" rel="noopener noreferrer">ada-runtime (⭐34)</a> - A downsized Ada runtime which can be adapted to different platforms.</li>
</ul>
<h3><p>Games / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="http://pasta.phyrama.com/" rel="noopener noreferrer">pasta</a> - A game of the "match-3" genre, implemented in <a href="https://sourceforge.net/projects/gnoga/" rel="noopener noreferrer">gnoga</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/andreacervetti/buttons" rel="noopener noreferrer">buttons (⭐5)</a> - A simple <a href="https://github.com/AdaCore/gtkada" rel="noopener noreferrer">gtkada (⭐104)</a> Button Mania game.</li>
</ul>

<ul>
<li><a href="https://github.com/mgrojo/play_2048" rel="noopener noreferrer">play-2048 (⭐7)</a> - A clone of the popular 2048 game, implemented in Ada using <a href="https://github.com/mgrojo/ASFML" rel="noopener noreferrer">asfml (⭐42)</a> for graphics and <a href="https://github.com/pmderodat/ada-toml" rel="noopener noreferrer">ada-toml</a> for saving state.</li>
</ul>

<ul>
<li><a href="https://github.com/jfuica/bingada" rel="noopener noreferrer">bingada</a> - Bingo application in <a href="https://github.com/AdaCore/gtkada" rel="noopener noreferrer">gtkada (⭐104)</a>.</li>
</ul>
<h3><p>Components / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/Componolit/gneiss" rel="noopener noreferrer">gneiss (⭐24)</a> - An interface collection to be used with applications for component based systems. It aims to be easily portable/platform independent and is compatible with the <a href="https://github.com/Componolit/ada-runtime" rel="noopener noreferrer">ada-runtime (⭐34)</a>.</li>
</ul>
<h3><p>Graphical User Interface / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://sourceforge.net/projects/gnoga/" rel="noopener noreferrer">gnoga</a> - The GNU Omnificent GUI for Ada.</li>
</ul>

<ul>
<li><a href="https://github.com/AdaCore/gtkada" rel="noopener noreferrer">gtkada (⭐104)</a> - Ada graphical toolkit based on Gtk3 components.</li>
</ul>
<h3><p>Compression / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/zertovitch/zip-ada" rel="noopener noreferrer">zip-ada (⭐35)</a> - Programming library for dealing with the Zip compressed archive file format.</li>
</ul>

<ul>
<li><a href="https://github.com/onox/dcf-ada" rel="noopener noreferrer">dcf-ada (⭐6)</a> - An Ada 2012 library for document container files (Based on <a href="https://github.com/zertovitch/zip-ada" rel="noopener noreferrer">zip-ada (⭐35)</a>).</li>
</ul>
<h3><p>Format Readers, Writers and Checkers / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/persan/protobuf-ada" rel="noopener noreferrer">protobuf-ada</a> - Experimental Ada code generation support for Google Protocol Buffers.</li>
</ul>

<ul>
<li><a href="https://github.com/reznikmm/protobuf" rel="noopener noreferrer">protobuf (⭐45)</a> - A Google Protocol Buffers implementation in Ada, using <a href="https://github.com/godunko/matreshka" rel="noopener noreferrer">matreshka (⭐12)</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/pmderodat/ada-toml" rel="noopener noreferrer">ada-toml</a> - TOML parser for Ada.</li>
</ul>
<h3><p>Web / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/AdaCore/templates-parser" rel="noopener noreferrer">template-parser (⭐9)</a> - AWS templates engine.</li>
</ul>
<h3><p>Graphics and Multimedia / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/mgrojo/ASFML" rel="noopener noreferrer">asfml (⭐42)</a> - Ada binding to the Simple and Fast Multimedia Library.</li>
</ul>
<h3><p>Utilities / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/persan/ssprep.git" rel="noopener noreferrer">ssprep</a> - An extensible template engine akin to jinja but using <a href="https://github.com/AdaCore/templates-parser" rel="noopener noreferrer">template-parser (⭐9)</a> and intended for command line usage.</li>
</ul>
<h3><p>Office / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/thindil/hunter" rel="noopener noreferrer">hunter</a> - Graphical (<a href="https://github.com/AdaCore/gtkada" rel="noopener noreferrer">gtkada (⭐104)</a>) file manager for Linux.</li>
</ul>
<h3><p>Simulation / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/Fabien-Chouteau/eagle-lander" rel="noopener noreferrer">eagle-lander</a> - Apollo 11 lunar lander simulator (<a href="https://github.com/AdaCore/gtkada" rel="noopener noreferrer">gtkada (⭐104)</a>/Cairo).</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/03/13/"/>
    <summary>18 awesome projects updated on Mar 13, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/01/20/</id>
    <title>Awesome Ada Updates on Jan 20, 2022</title>
    <updated>2022-01-20T20:32:13.000Z</updated>
    <published>2022-01-20T20:32:13.000Z</published>
    <content type="html"><![CDATA[<h3><p>General Purpose Computing / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/AdaCore/cuda" rel="noopener noreferrer">cuda (⭐25)</a> - Support for CUDA (Compute Unified Device Architecture) from AdaCore.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/01/20/"/>
    <summary>1 awesome projects updated on Jan 20, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/12/07/</id>
    <title>Awesome Ada Updates on Dec 07, 2021</title>
    <updated>2021-12-07T16:45:43.000Z</updated>
    <published>2021-12-07T16:45:43.000Z</published>
    <content type="html"><![CDATA[<h3><p>Networking and Communication Middleware / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://sourceforge.net/projects/tomi4ada" rel="noopener noreferrer">tomi-4-ada</a> - Wrappers for various client/server and pub/sub messaging protocols (AMQP, STOMP and ZeroMQ), focusing exclusively on text message communications.</li>
</ul>

<ul>
<li><a href="https://github.com/persan/mosquitto-ada" rel="noopener noreferrer">mosquitto-ada</a> - Binding for the MQTT broker Mosquitto.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/12/07/"/>
    <summary>2 awesome projects updated on Dec 07, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/10/25/</id>
    <title>Awesome Ada Updates on Oct 25, 2021</title>
    <updated>2021-10-25T14:50:55.000Z</updated>
    <published>2021-10-25T14:50:55.000Z</published>
    <content type="html"><![CDATA[<h3><p>Bindings to Other Languages / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/AdaCore/ada-lua" rel="noopener noreferrer">ada-lua (⭐45)</a> - Ada binding for Lua.</li>
</ul>

<ul>
<li><a href="https://github.com/io7m/coreland-lua-ada" rel="noopener noreferrer">coreland-lua-ada</a> - Ada bindings to the Lua language.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/10/25/"/>
    <summary>2 awesome projects updated on Oct 25, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/10/02/</id>
    <title>Awesome Ada Updates on Oct 02, 2021</title>
    <updated>2021-10-02T11:02:38.000Z</updated>
    <published>2021-10-02T09:58:25.000Z</published>
    <content type="html"><![CDATA[<h3><p>Open source / MIT</p>
</h3>
<ul>
<li><a href="https://github.com/zertovitch/hac" rel="noopener noreferrer">hac</a> - The HAC Ada Compiler - a small, quick Ada compiler fully in Ada.</li>
</ul>
<h3><p>Editors / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/zertovitch/lea" rel="noopener noreferrer">lea</a> - A Lightweight Editor for Ada, aims to provide an easy, script-world-like, "look &amp; feel" for developing Ada projects of any size and level, while enabling access to full-scale development tools like GNAT. LEA includes HAC, the HAC Ada Compiler.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/10/02/"/>
    <summary>2 awesome projects updated on Oct 02, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/09/28/</id>
    <title>Awesome Ada Updates on Sep 28, 2021</title>
    <updated>2021-09-28T23:38:34.000Z</updated>
    <published>2021-09-28T23:38:34.000Z</published>
    <content type="html"><![CDATA[<h3><p>Cryptography / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/lkujaw/blake2s" rel="noopener noreferrer">blake2s (⭐1)</a> - SPARK83 implementation of the BLAKE2s hash function.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/09/28/"/>
    <summary>1 awesome projects updated on Sep 28, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/06/05/</id>
    <title>Awesome Ada Updates on Jun 05, 2021</title>
    <updated>2021-06-05T01:59:03.000Z</updated>
    <published>2021-06-05T01:59:03.000Z</published>
    <content type="html"><![CDATA[<h3><p>DevOps / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/pyjarrett/septum" rel="noopener noreferrer">septum</a> - An interactive context-based text search tool for searching large codebases.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/06/05/"/>
    <summary>1 awesome projects updated on Jun 05, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/05/27/</id>
    <title>Awesome Ada Updates on May 27, 2021</title>
    <updated>2021-05-27T09:24:17.000Z</updated>
    <published>2021-05-27T09:24:17.000Z</published>
    <content type="html"><![CDATA[<h3><p>Continuous Integration / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/ada-actions/toolchain" rel="noopener noreferrer">ada-actions (⭐21)</a> - Ada Toolchains for GitHub Actions.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/05/27/"/>
    <summary>1 awesome projects updated on May 27, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/04/14/</id>
    <title>Awesome Ada Updates on Apr 14, 2021</title>
    <updated>2021-04-14T13:29:55.000Z</updated>
    <published>2021-04-14T13:29:55.000Z</published>
    <content type="html"><![CDATA[<h3><p>Build and Package / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/offa/cmake-ada" rel="noopener noreferrer">cmake-ada-offa</a> - Ada language support for CMake.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/04/14/"/>
    <summary>1 awesome projects updated on Apr 14, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/03/08/</id>
    <title>Awesome Ada Updates on Mar 08, 2021</title>
    <updated>2021-03-08T17:49:37.000Z</updated>
    <published>2021-03-08T17:49:37.000Z</published>
    <content type="html"><![CDATA[<h3><p>Utilities / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/simonjwright/macos-sdks-vs-gcc" rel="noopener noreferrer">macos-sdks-vs-gcc (⭐1)</a> - Provides GCC 'specs' files to cope with SDK policy changes.</li>
</ul>

<ul>
<li><a href="https://github.com/Blady-Com/UXStrings" rel="noopener noreferrer">ux-strings (⭐17)</a> - Unicode extended strings.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/03/08/"/>
    <summary>2 awesome projects updated on Mar 08, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/02/19/</id>
    <title>Awesome Ada Updates on Feb 19, 2021</title>
    <updated>2021-02-19T13:42:00.000Z</updated>
    <published>2021-02-19T13:35:19.000Z</published>
    <content type="html"><![CDATA[<h3><p>Components / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/charlie5/lace" rel="noopener noreferrer">lace (⭐12)</a> - A set of Ada components to allow 3D simulations, games and GUI's in Ada.</li>
</ul>
<h3><p>Automation / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="http://www.dmitry-kazakov.de/ada/aicwl.htm" rel="noopener noreferrer">aicwl</a> - Collection of packages provided for design of high-quality industrial control widgets for Ada applications.</li>
</ul>

<ul>
<li><a href="https://gitlab.com/ada-for-automation/ada-for-automation" rel="noopener noreferrer">ada-for-automation</a> - A4A is a framework for designing industrial automation applications using the Ada language.</li>
</ul>
<h3><p>Shells, Interpreters and Emulators / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/charlie5/aShell" rel="noopener noreferrer">a-shell (⭐17)</a> - A component to aid in writing shell-like applications in Ada.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/02/19/"/>
    <summary>4 awesome projects updated on Feb 19, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/01/19/</id>
    <title>Awesome Ada Updates on Jan 19, 2021</title>
    <updated>2021-01-19T10:18:18.000Z</updated>
    <published>2021-01-19T10:18:18.000Z</published>
    <content type="html"><![CDATA[<h3><p>Algorithms, Containers and Protocols / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/Componolit/AZ3" rel="noopener noreferrer">az3 (⭐7)</a> - Ada binding for Z3.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/01/19/"/>
    <summary>1 awesome projects updated on Jan 19, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/11/15/</id>
    <title>Awesome Ada Updates on Nov 15, 2020</title>
    <updated>2020-11-15T18:31:41.000Z</updated>
    <published>2020-11-15T18:31:41.000Z</published>
    <content type="html"><![CDATA[<h3><p>Unit Test, Testing / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="http://ahven.stronglytyped.org/" rel="noopener noreferrer">ahven</a> - A simple unit test library and framework for the Ada programming.
language.  It is loosely modelled after JUnit and some ideas from AUnit.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/11/15/"/>
    <summary>1 awesome projects updated on Nov 15, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/10/26/</id>
    <title>Awesome Ada Updates on Oct 26, 2020</title>
    <updated>2020-10-26T22:48:57.000Z</updated>
    <published>2020-10-26T22:48:57.000Z</published>
    <content type="html"><![CDATA[<h3><p>System Modeling / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/sergio-gomez/Radalib" rel="noopener noreferrer">radalib (⭐11)</a> - Ada library and tools for the analysis of Complex Networks and more.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/10/26/"/>
    <summary>1 awesome projects updated on Oct 26, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/10/22/</id>
    <title>Awesome Ada Updates on Oct 22, 2020</title>
    <updated>2020-10-22T18:18:20.000Z</updated>
    <published>2020-10-22T18:18:20.000Z</published>
    <content type="html"><![CDATA[<h3><p>Algorithms, Containers and Protocols / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/alire-project/smart_pointers" rel="noopener noreferrer">smart-pointers</a> - A package providing a reference-counted access type Smart_Pointer.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/10/22/"/>
    <summary>1 awesome projects updated on Oct 22, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/10/07/</id>
    <title>Awesome Ada Updates on Oct 07, 2020</title>
    <updated>2020-10-07T03:10:34.000Z</updated>
    <published>2020-10-07T01:47:33.000Z</published>
    <content type="html"><![CDATA[<h3><p>Online Books</p>
</h3>
<ul>
<li><a href="https://perso.telecom-paristech.fr/pautet/Ada95/a95list.htm" rel="noopener noreferrer">ada-95-tutorial</a> - A book going from beginner to advanced concepts in Ada 95, complete with source files.</li>
</ul>
<h3><p>Specialties</p>
</h3>
<ul>
<li><a href="https://rosettacode.org/wiki/Category:Ada" rel="noopener noreferrer">ada-at-rosetta-code</a> - A collection of programming tasks and their sample solutions in Ada.</li>
</ul>
<h3><p>Text Modes / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/thindil/Ada-Bundle" rel="noopener noreferrer">vim-ada-bundle (⭐8)</a> - Maintained Ada Bundle : Complete Ada-Mode for Vim/Neovim.</li>
</ul>
<h3><p>VSCode Extensions / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/Lucretia/ada-vscode" rel="noopener noreferrer">ada-vscode (⭐1)</a> - Basic syntax highlighting for Ada and GPR.</li>
</ul>
<h3><p>Runtimes / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/godunko/adawebpack" rel="noopener noreferrer">adawebpack (⭐79)</a> - GNAT RTL for WebAssembly and bindings for Web API.</li>
</ul>
<h3><p>Terminal User Interface / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/annexi-strayline/Curses" rel="noopener noreferrer">curses (⭐17)</a> - Advanced UNIX Terminal UI Ada Binding Package.</li>
</ul>
<h3><p>3D / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/zertovitch/engine-3d" rel="noopener noreferrer">engine-3d (⭐4)</a> - A 3D engine for DOS-talgics.</li>
</ul>
<h3><p>Generation / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/Componolit/RecordFlux" rel="noopener noreferrer">record-flux (⭐126)</a> - RecordFlux: Toolset for the formal specification of messages and the generation of verifiable binary parsers and message generators in SPARK.</li>
</ul>
<h3><p>Math / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/jhumphry/LALG" rel="noopener noreferrer">lalg (⭐5)</a> - Interface to dense linear algebra packages.</li>
</ul>
<h3><p>Cryptography / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/jrcarter/Threefish" rel="noopener noreferrer">threefish</a> - Ada Implementation of the Threefish-256 Encryption Algorithm.</li>
</ul>

<ul>
<li><a href="https://github.com/cforler/Ada-Crypto-Library" rel="noopener noreferrer">ada-crypto-library (⭐86)</a> - This is a crypto library for Ada with a nice API and is written for the i386 and x86_64 hardware architecture.</li>
</ul>

<ul>
<li><a href="https://github.com/rod-chapman/SPARKNaCl" rel="noopener noreferrer">spark-nacl (⭐135)</a> - SPARK 2014 re-implementation of the TweetNaCl crypto library.</li>
</ul>

<ul>
<li><a href="https://github.com/jrmarino/libsodium-ada" rel="noopener noreferrer">libsodium-ada</a> - A secure cryptographic library (libsodium for Ada).</li>
</ul>

<ul>
<li><a href="https://github.com/stcarrez/ada-libsecret" rel="noopener noreferrer">ada-libsecret (⭐2)</a> - Ada Binding for the libsecret library.</li>
</ul>
<h3><p>Compression / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/stcarrez/ada-lzma" rel="noopener noreferrer">ada-lzma (⭐7)</a> - Ada binding for liblzma compression library.</li>
</ul>
<h3><p>Parsers, Scanners, Linters, Analysers, Interpreters and Prettyprinters / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/AdaCore/libadalang/" rel="noopener noreferrer">libadalang</a> - Library for parsing and semantic analysis of Ada code. It is meant as a building block for integration into other tools (IDE, static analyzers, etc).</li>
</ul>
<h3><p>Networking and Communication Middleware / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/samueltardieu/adasockets" rel="noopener noreferrer">adasockets (⭐15)</a> - IPv4 socket library (TCP, UDP, and multicast).</li>
</ul>

<ul>
<li><a href="https://codelabs.ch/dbus-ada/index.html" rel="noopener noreferrer">dbus-ada</a> - The D_Bus/Ada library provides an Ada binding to the D-Bus message bus system.</li>
</ul>

<ul>
<li><a href="https://github.com/persan/zeromq-Ada.git" rel="noopener noreferrer">zeromq-ada</a> - Binding to the ZeroMQ comunications-library.</li>
</ul>
<h3><p>Chatting and Communication / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/coopht/axmpp" rel="noopener noreferrer">axmpp (⭐9)</a> - With the AXMPP library you can connect to a Jabber server to send and receive messages.</li>
</ul>

<ul>
<li><a href="https://github.com/onox/weechat-ada" rel="noopener noreferrer">weechat-ada (⭐4)</a> - Ada 2012 library for WeeChat plug-ins.</li>
</ul>

<ul>
<li><a href="https://github.com/onox/weechat-canberra" rel="noopener noreferrer">weechat-canberra</a> - A WeeChat plug-in written in Ada 2012 that plays sounds using Canberra.</li>
</ul>

<ul>
<li><a href="https://github.com/onox/weechat-emoji" rel="noopener noreferrer">weechat-emoji (⭐2)</a> - A WeeChat plug-in written in Ada 2012 that displays emoji.</li>
</ul>
<h3><p>Graphics and Multimedia / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/godunko/adagl" rel="noopener noreferrer">adagl</a> - Multiplatform Ada/OpenGL bindings (ported to native/OpenGL, A2JS/WebGL and WebAssembly/WebGL).</li>
</ul>

<ul>
<li><a href="https://github.com/Lucretia/sdlada" rel="noopener noreferrer">sdlada (⭐133)</a> - Ada 2012 bindings to SDL 2.</li>
</ul>

<ul>
<li><a href="https://github.com/raph-amiard/ada-nanovg" rel="noopener noreferrer">ada-nanovg</a> - Ada bindings to NanoVG.</li>
</ul>

<ul>
<li><a href="https://github.com/flyx/FreeTypeAda" rel="noopener noreferrer">free-type-ada</a> - FreeType binding for Ada 2005.</li>
</ul>
<h3><p>General Purpose Computing / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://codelabs.ch/cuda-ada/index.html" rel="noopener noreferrer">cuda-ada</a> - CUDA/Ada is an Ada binding to NVIDIA's CUDA parallel computing platform and programming model.</li>
</ul>

<ul>
<li><a href="https://github.com/flyx/OpenCLAda" rel="noopener noreferrer">opencl-ada</a> - An Ada binding for the OpenCL host API.</li>
</ul>
<h3><p>Sound / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/onox/opus-ada" rel="noopener noreferrer">opus-ada (⭐2)</a> - Ada 2012 bindings for the Opus audio codec.</li>
</ul>

<ul>
<li><a href="https://github.com/onox/canberra-ada" rel="noopener noreferrer">canberra-ada (⭐4)</a> - Ada 2012 bindings for libcanberra, an implementation of the XDG Sound Theme and Name Specifications.</li>
</ul>

<ul>
<li><a href="https://github.com/raph-amiard/ada-soundio" rel="noopener noreferrer">ada-soundio</a> - Ada bindings for libsoundio.</li>
</ul>

<ul>
<li><a href="https://github.com/darkestkhan/oto" rel="noopener noreferrer">oto (⭐3)</a> - Ada binding to OpenAL which tries to mimic original API while using Ada types.</li>
</ul>
<h3><p>Localization / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://sourceforge.net/projects/zanyblue/" rel="noopener noreferrer">zanyblue</a> - An Ada package allowing the externalization of application messages into a properties file.</li>
</ul>
<h3><p>Utilities / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/persan/a-stream-tools.git" rel="noopener noreferrer">a-stream-tools</a> - Stream utilities for Ada2005 and 2012.</li>
</ul>
<h3><p>Robotics / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/ada-ros/rclada" rel="noopener noreferrer">rclada (⭐11)</a> - Ada client library for ROS2/RCL.</li>
</ul>

<ul>
<li><a href="https://github.com/mosteo/player-ada" rel="noopener noreferrer">player-ada (⭐4)</a> - Ada bindings for the player robotic platform.</li>
</ul>
<h3><p>Linux and POSIX / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/AdaCore/wposix" rel="noopener noreferrer">wposix</a> - Ada Windows POSIX binding.</li>
</ul>

<ul>
<li><a href="https://github.com/frett27/AdaV4L2" rel="noopener noreferrer">ada-v4l2 (⭐0)</a> - Ada Posix Binding to Video 4 Linux, used for RPI.</li>
</ul>

<ul>
<li><a href="https://github.com/onox/inotify-ada" rel="noopener noreferrer">inotify-ada (⭐9)</a> - An Ada 2012 library for monitoring filesystem events using Linux' inotify API.</li>
</ul>

<ul>
<li><a href="https://github.com/mosteo/dl-ada" rel="noopener noreferrer">dl-ada (⭐1)</a> - Minimal binding to libdl.</li>
</ul>
<h3><p>Windows and .NET / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/AdaCore/win32ada" rel="noopener noreferrer">win32ada (⭐22)</a> - Ada API to the Windows library.</li>
</ul>

<ul>
<li><a href="https://github.com/Alex-Gamper/Ada-NetFramework" rel="noopener noreferrer">ada-net-framework (⭐6)</a> - Ada bindings to the Microsoft NetFramework Api.</li>
</ul>

<ul>
<li><a href="https://github.com/Alex-Gamper/Ada-WinRT" rel="noopener noreferrer">ada-winrt (⭐11)</a> - Ada bindings for the Microsft WinRT Api.</li>
</ul>

<ul>
<li><a href="https://github.com/Alex-Gamper/Ada-Win32" rel="noopener noreferrer">ada-win32 (⭐3)</a> - Ada bindings for the Microsoft Win32 Api.</li>
</ul>
<h3><p>Drivers / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/it-cosmos/emBRICK" rel="noopener noreferrer">em-brick (⭐0)</a> - emBRICK driver and support for emBRICK in Ada.</li>
</ul>
<h3><p>Applications / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/jklmnn/MicroTemPi" rel="noopener noreferrer">micro-tem-pi (⭐2)</a> - Raspberry Pi using a BBC Micro:Bit as temperature sensor.</li>
</ul>
<h3><p>Simulation / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/ohenley/COVID-19_Simulator" rel="noopener noreferrer">covid-19-simulator</a> - Multi engine/algorithms COVID-19 simulator. Ada, Qt code under the hood.</li>
</ul>
<h3><p>Generators and Translators / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://www.mapusoft.com/ada-to-c-changer/" rel="noopener noreferrer">ada-magic</a> - SofCheck AdaMagic is ACATS validated and certified Ada compiler targeting C and/or C++ (4 command line switches for fine tuning). ObjectAda and several other commercial compilers share engine with AdaMagic. MapuSoft distributes AdaMagic as integral component of AppCOE.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/10/07/"/>
    <summary>49 awesome projects updated on Oct 07, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/09/28/</id>
    <title>Awesome Ada Updates on Sep 28, 2020</title>
    <updated>2020-09-28T14:42:53.000Z</updated>
    <published>2020-09-28T14:42:53.000Z</published>
    <content type="html"><![CDATA[<h3><p>Build and Package / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/mosteo/ada4cmake" rel="noopener noreferrer">ada4cmake (⭐5)</a> - CMake macros for simple gnat project inclusion.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/09/28/"/>
    <summary>1 awesome projects updated on Sep 28, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/08/17/</id>
    <title>Awesome Ada Updates on Aug 17, 2020</title>
    <updated>2020-08-17T16:28:26.000Z</updated>
    <published>2020-08-17T16:28:26.000Z</published>
    <content type="html"><![CDATA[<h3><p>Components / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="http://www.dmitry-kazakov.de/ada/components.htm" rel="noopener noreferrer">simple-components</a> - ASN.1, MQTT client and server/broker implementation, B-trees, Multiple connection TCP servers, Chebyshev series, Mutexes, Cryptography, Objects and handles to, Doubly-linked webs and lists, ODBC bindings, Blackboards (lock-free), OpenSSL bindings, ELV/eQ-3 MAX! client implementation, Parsers, Events (plain, pulse, array of), Persistent objects and handles to, GNUTLS bindings, Persistent storage and handles to, Graphs (directed, weighted, acyclic, trees), Pools, HTTP implementation, Sets and maps, FIFO (lock-free), SMTP client implementation, IEEE 754, SQLite bindings, Inter-process communication, Stacks, Interfacing Julia language, Streams, JSON, Strings editing, LDAP, Tables (maps of strings), MODBUS client implementation, Unbounded arrays.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/08/17/"/>
    <summary>1 awesome projects updated on Aug 17, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/08/04/</id>
    <title>Awesome Ada Updates on Aug 04, 2020</title>
    <updated>2020-08-04T17:32:43.000Z</updated>
    <published>2020-08-04T17:32:43.000Z</published>
    <content type="html"><![CDATA[<h3><p>Online / Apache License</p>
</h3>
<ul>
<li><a href="https://godbolt.org/" rel="noopener noreferrer">compiler-explorer</a> - Run GNAT FSF compilers interactively from your web browser and interact with the assembly.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/08/04/"/>
    <summary>1 awesome projects updated on Aug 04, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/07/29/</id>
    <title>Awesome Ada Updates on Jul 29, 2020</title>
    <updated>2020-07-29T20:33:09.000Z</updated>
    <published>2020-07-29T20:33:09.000Z</published>
    <content type="html"><![CDATA[<h3><p>OS and Kernels / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://m2os.unican.es/" rel="noopener noreferrer">m2os</a> - RTOS with simple tasking support for small microcontrollers.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/07/29/"/>
    <summary>1 awesome projects updated on Jul 29, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/07/02/</id>
    <title>Awesome Ada Updates on Jul 02, 2020</title>
    <updated>2020-07-02T14:54:44.000Z</updated>
    <published>2020-07-02T14:54:44.000Z</published>
    <content type="html"><![CDATA[<h3><p>OS and Kernels / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/docandrew/CuBit" rel="noopener noreferrer">cubit (⭐86)</a> - CuBitOS is a multi-processor, 64-bit, (partially) formally-verified, general-purpose operating system, currently for the x86-64 architecture.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/07/02/"/>
    <summary>1 awesome projects updated on Jul 02, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/05/30/</id>
    <title>Awesome Ada Updates on May 30, 2020</title>
    <updated>2020-05-30T23:09:18.000Z</updated>
    <published>2020-05-30T23:09:18.000Z</published>
    <content type="html"><![CDATA[<h3><p>VSCode Extensions / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://marketplace.visualstudio.com/items?itemName=AdaCore.ada" rel="noopener noreferrer">adacore-ada</a> - Language Support for Ada. It includes <a href="https://github.com/AdaCore/ada_language_server" rel="noopener noreferrer">Language Server for Ada (⭐297)</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/05/30/"/>
    <summary>1 awesome projects updated on May 30, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/04/30/</id>
    <title>Awesome Ada Updates on Apr 30, 2020</title>
    <updated>2020-04-30T21:22:09.000Z</updated>
    <published>2020-04-30T21:22:09.000Z</published>
    <content type="html"><![CDATA[<h3><p>VSCode Extensions / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/Lucretia/ada-utilities" rel="noopener noreferrer">ada-utilities</a> - VSCode extension Ada programmers which provides a few utility functions.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/04/30/"/>
    <summary>1 awesome projects updated on Apr 30, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/04/02/</id>
    <title>Awesome Ada Updates on Apr 02, 2020</title>
    <updated>2020-04-02T12:53:58.000Z</updated>
    <published>2020-04-02T12:53:58.000Z</published>
    <content type="html"><![CDATA[<h3><p>Math / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/mosteo/hungarian" rel="noopener noreferrer">hungarian (⭐2)</a> - Ada binding to the fast Stachniss' Hungarian solver.</li>
</ul>
<h3><p>Algorithms, Containers and Protocols / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/reznikmm/ada-lsp" rel="noopener noreferrer">ada-lsp</a> - Language Server Protocol for Ada.</li>
</ul>

<ul>
<li><a href="https://github.com/Alex-Gamper/Ada-LanguageServer" rel="noopener noreferrer">ada-lsp-client (⭐1)</a> - Prototype implementation of LSP client - Visual Studio 2017.</li>
</ul>
<h3><p>Cryptography / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/darkestkhan/fletcher" rel="noopener noreferrer">fletcher (⭐0)</a> - Trivial implementation of fletcher_16 checksum computation algorithm.</li>
</ul>

<ul>
<li><a href="https://github.com/MichaelAllenHardeman/base58_ada" rel="noopener noreferrer">base58-ada (⭐3)</a> - Base58 encoding and decoding in Ada.</li>
</ul>

<ul>
<li><a href="https://github.com/Componolit/libsparkcrypto" rel="noopener noreferrer">libsparkcrypto (⭐28)</a> - A cryptographic library implemented in SPARK.</li>
</ul>

<ul>
<li><a href="https://github.com/grim7reaper/SipHash" rel="noopener noreferrer">sip-hash</a> - A pure Ada implementation of the SipHash PRF.</li>
</ul>

<ul>
<li><a href="https://github.com/damaki/libkeccak" rel="noopener noreferrer">libkeccak</a> - A SPARK implementation of the Keccak family of sponge functions and related constructions.</li>
</ul>

<ul>
<li><a href="https://github.com/jhumphry/Ascon_SPARK" rel="noopener noreferrer">ascon-spark (⭐3)</a> - Ada/SPARK implementation of the Ascon Authenticated Encryption with Additional Data Algorithm.</li>
</ul>

<ul>
<li><a href="https://github.com/jhumphry/SPARK_SipHash" rel="noopener noreferrer">spark-sip-hash (⭐6)</a> - Ada/SPARK implementation of the SipHash keyed hash function.</li>
</ul>

<ul>
<li><a href="https://github.com/jhumphry/SPARK_NORX" rel="noopener noreferrer">spark-norx</a> - Ada/SPARK implementation of the NORX Authenticated Encryption with Additional Data Algorithm.</li>
</ul>

<ul>
<li><a href="https://github.com/jklmnn/STOTP" rel="noopener noreferrer">stotp (⭐9)</a> - Timed One-Time-Pad (RFC 6238) implementation in SPARK.</li>
</ul>

<ul>
<li><a href="https://github.com/lyarbean/xxhash-ada" rel="noopener noreferrer">xxhash-ada (⭐1)</a> - Extremely fast non-cryptographic Hash algorithm, xxhash is working at speeds close to RAM limits.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/04/02/"/>
    <summary>13 awesome projects updated on Apr 02, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/03/31/</id>
    <title>Awesome Ada Updates on Mar 31, 2020</title>
    <updated>2020-03-31T16:13:46.000Z</updated>
    <published>2020-03-31T12:43:12.000Z</published>
    <content type="html"><![CDATA[<h3><p>Encryption / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/stcarrez/ada-keystore" rel="noopener noreferrer">ada-keystore</a> - Ada Keystore - protect your sensitive data with secure storage.</li>
</ul>
<h3><p>Algorithms, Containers and Protocols / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/AdaCore/ada_language_server" rel="noopener noreferrer">ada-language-server (⭐297)</a> - Adacore server implemention of the the Microsoft Language Protocol for Ada and SPARK.</li>
</ul>
<h3><p>Simulation / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/ghdl/ghdl" rel="noopener noreferrer">ghdl (⭐2.8k)</a> - VHDL 2008/93/87 simulator.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/03/31/"/>
    <summary>3 awesome projects updated on Mar 31, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/03/29/</id>
    <title>Awesome Ada Updates on Mar 29, 2020</title>
    <updated>2020-03-29T17:53:46.000Z</updated>
    <published>2020-03-29T17:53:46.000Z</published>
    <content type="html"><![CDATA[<h3><p>Online Books</p>
</h3>
<ul>
<li><a href="https://learn.adacore.com/courses/Ada_For_The_CPP_Java_Developer/index.html" rel="noopener noreferrer">ada-cpp-java</a> - Ada for the C++ or Java Developer.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/03/29/"/>
    <summary>1 awesome projects updated on Mar 29, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/03/15/</id>
    <title>Awesome Ada Updates on Mar 15, 2020</title>
    <updated>2020-03-15T12:31:11.000Z</updated>
    <published>2020-03-15T12:31:11.000Z</published>
    <content type="html"><![CDATA[<h3><p>Tutorials</p>
</h3>
<ul>
<li><a href="http://www.pchapin.org/Ada/AdaCrash.pdf" rel="noopener noreferrer">ada-crash-course</a> - Ada 2012 crash course under 50 pages from Vermont Technical College.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/03/15/"/>
    <summary>1 awesome projects updated on Mar 15, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/03/02/</id>
    <title>Awesome Ada Updates on Mar 02, 2020</title>
    <updated>2020-03-02T14:18:29.000Z</updated>
    <published>2020-03-02T14:18:29.000Z</published>
    <content type="html"><![CDATA[<h3><p>Bindings to Other Languages / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/simonjwright/tcladashell" rel="noopener noreferrer">tcl-ada-shell (⭐12)</a> - Tcl Ada SHell (Tash) is an Ada binding to Tcl/Tk.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/03/02/"/>
    <summary>1 awesome projects updated on Mar 02, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/02/18/</id>
    <title>Awesome Ada Updates on Feb 18, 2020</title>
    <updated>2020-02-18T17:20:08.000Z</updated>
    <published>2020-02-18T17:20:08.000Z</published>
    <content type="html"><![CDATA[<h3><p>UML / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/rocher/AdaML" rel="noopener noreferrer">ada-ml (⭐11)</a> - Ada-tailored UML Modeling Language.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/02/18/"/>
    <summary>1 awesome projects updated on Feb 18, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/01/15/</id>
    <title>Awesome Ada Updates on Jan 15, 2020</title>
    <updated>2020-01-15T12:51:09.000Z</updated>
    <published>2020-01-15T12:51:09.000Z</published>
    <content type="html"><![CDATA[<h3><p>Commercial / Open source / Apache License</p>
</h3>
<ul>
<li><a href="https://www.adacore.com/gnatpro" rel="noopener noreferrer">gnat-pro</a> - The GNAT Pro product line offers a comprehensive toolset (IDEs, debugger, librairies, dynamic and static analysis tools) for Ada, C and C++.</li>
</ul>
<h3><p>Commercial / Closed source / Apache License</p>
</h3>
<ul>
<li><a href="http://www.rrsoftware.com/html/prodinf/janus95/j-ada95.htm" rel="noopener noreferrer">janus-ada</a> - Compiler supporting all the major features of the Ada 83, Ada 95, Ada 2005 and Ada 2012 versions of the language.</li>
</ul>

<ul>
<li><a href="https://www.ptc.com/en/products/developer-tools/objectada" rel="noopener noreferrer">object-ada</a> - PTC ObjectAda is an extensive family of native and cross development tools and runtime environments.</li>
</ul>

<ul>
<li><a href="https://www.ptc.com/en/products/developer-tools/apexada" rel="noopener noreferrer">apex-ada</a> - PTC ApexAda is one of the industry's most popular development environments for Ada and mixed Ada/C/C++ applications.</li>
</ul>

<ul>
<li><a href="https://www.ghs.com/products/ada_optimizing_compilers.html" rel="noopener noreferrer">greenhills-ada</a> - Green Hills Software offers the industry's first, fully validated family of Ada Cross Compilers for real-time targets.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/01/15/"/>
    <summary>5 awesome projects updated on Jan 15, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/01/13/</id>
    <title>Awesome Ada Updates on Jan 13, 2020</title>
    <updated>2020-01-13T14:15:21.000Z</updated>
    <published>2020-01-13T14:15:21.000Z</published>
    <content type="html"><![CDATA[<h3><p>OS and Kernels / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/RavSS/HAVK" rel="noopener noreferrer">havk</a> - x86-64 security-focused OS being created with SPARK.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/01/13/"/>
    <summary>1 awesome projects updated on Jan 13, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/12/21/</id>
    <title>Awesome Ada Updates on Dec 21, 2019</title>
    <updated>2019-12-21T17:17:25.000Z</updated>
    <published>2019-12-21T17:17:25.000Z</published>
    <content type="html"><![CDATA[<h3><p>Runtimes / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/simonjwright/cortex-gnat-rts" rel="noopener noreferrer">cortex-gnat-rts (⭐79)</a> - This package includes GNAT Ada Run Time Systems (RTSs) based on FreeRTOS and targeted at boards with Cortex-M0, M3, -M4, -M4F MCUs.</li>
</ul>
<h3><p>Unit Test, Testing / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/simonjwright/scripted_testing" rel="noopener noreferrer">scripted-testing</a> - Supports functional testing using Tcl scripts.</li>
</ul>
<h3><p>Verification / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/simonjwright/ACATS" rel="noopener noreferrer">acats (⭐12)</a> - The Ada Conformity Assessment Test Suite, customised for GCC.</li>
</ul>

<ul>
<li><a href="https://github.com/simonjwright/ACATS-grading" rel="noopener noreferrer">acats-grading</a> - Tools for grading ACATS results, modified for Unix-like systems.</li>
</ul>
<h3><p>UML / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/simonjwright/coldframe" rel="noopener noreferrer">coldframe (⭐9)</a> - This tool generates Ada framework code and documentation from UML models.</li>
</ul>
<h3><p>Parsers, Scanners, Linters, Analysers, Interpreters and Prettyprinters / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/simonjwright/xia" rel="noopener noreferrer">xia</a> - An Ada implementation of XPath 1.0.</li>
</ul>
<h3><p>Drivers / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/simonjwright/multiplexed-io" rel="noopener noreferrer">multiplexed-io (⭐0)</a> - This contains explorations, for AdaPilot, of implementing drivers for the AdaRacer MCU, using the Ravenscar profile of Ada 2012 from AdaCore and device bindings generated using SVD2Ada.</li>
</ul>
<h3><p>Generators and Translators / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/Componolit/Cappulada" rel="noopener noreferrer">cappulada</a> - Ada binding generator for C++.</li>
</ul>

<ul>
<li><a href="https://github.com/simonjwright/asis2xml" rel="noopener noreferrer">asis2xml (⭐2)</a> - Converts Ada sources' ASIS representation to XML, so as to make it easier to develop reporting and transformational tools using (for example) XSLT.</li>
</ul>
<h3><p>Shells, Interpreters and Emulators / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/simonjwright/analytical-engine" rel="noopener noreferrer">analytical-engine</a> - An Ada 2012 emulation of Charles Babbage's Analytical Engine.</li>
</ul>
<h3><p>Misc / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/simonjwright/dhondt" rel="noopener noreferrer">dhondt (⭐4)</a> - Ada implementation of D'Hondt electoral result calculator.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/12/21/"/>
    <summary>11 awesome projects updated on Dec 21, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/12/18/</id>
    <title>Awesome Ada Updates on Dec 18, 2019</title>
    <updated>2019-12-18T13:24:17.000Z</updated>
    <published>2019-12-18T13:24:17.000Z</published>
    <content type="html"><![CDATA[<h3><p>Graphical User Interface / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/zertovitch/gwindows" rel="noopener noreferrer">gwindows (⭐25)</a> - GNU Ada Visual Interface.</li>
</ul>
<h3><p>3D / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/zertovitch/globe-3d" rel="noopener noreferrer">globe-3d</a> - GL Object Based Engine for 3D.</li>
</ul>
<h3><p>Math / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/zertovitch/mathpaqs" rel="noopener noreferrer">mathpaqs (⭐14)</a> - Collection of mathematical, 100% portable, packages in the Ada programming language.</li>
</ul>
<h3><p>Format Readers, Writers and Checkers / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/zertovitch/ini-files" rel="noopener noreferrer">ini-files (⭐9)</a> - The Ini file manager consists of a package, Config, which can read and modify informations from various configuration files known as "ini" files.</li>
</ul>

<ul>
<li><a href="https://github.com/zertovitch/excel-writer" rel="noopener noreferrer">excel-writer (⭐9)</a> - Create Excel files with basic formats.</li>
</ul>

<ul>
<li><a href="https://github.com/zertovitch/gid" rel="noopener noreferrer">generic-image-decoder</a> - Multi-format image decoder library for Ada.</li>
</ul>

<ul>
<li><a href="https://github.com/zertovitch/ada-pdf-writer" rel="noopener noreferrer">ada-pdf-writer (⭐26)</a> - Ada package for producing easily and automatically PDF files, from an Ada program, with text, vector graphics, images (JPEG).</li>
</ul>

<ul>
<li><a href="https://github.com/zertovitch/ada-bar-codes" rel="noopener noreferrer">ada-bar-codes (⭐17)</a> - Ada Bar Codes provides a package for generating various types of bar codes (1D, or 2D like QR codes) on different output formats, such as PDF or SVG.</li>
</ul>
<h3><p>Office / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/zertovitch/azip" rel="noopener noreferrer">azip (⭐16)</a> - A free, portable Zip Archive Manager.</li>
</ul>

<ul>
<li><a href="https://github.com/zertovitch/texcad" rel="noopener noreferrer">texcad (⭐6)</a> - A program for drawing or retouching {picture}s in LaTeX.</li>
</ul>

<ul>
<li><a href="https://github.com/zertovitch/cbsg" rel="noopener noreferrer">cbsg (⭐16)</a> - The Corporate Bullshit Generator.</li>
</ul>
<h3><p>Web / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/zertovitch/wasabee" rel="noopener noreferrer">wasabee (⭐14)</a> - A Web browser with safety focus.</li>
</ul>
<h3><p>Generators and Translators / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/zertovitch/pascal-to-ada" rel="noopener noreferrer">pascal-to-ada</a> - A Pascal to Ada translator.<ul>
<li><a href="https://github.com/Blady-Com/tp7ada-gtkada" rel="noopener noreferrer">tp7-ada-gtkada (⭐3)</a> - Implementation of Turbo Pascal 7.0 units with <a href="https://github.com/AdaCore/gtkada" rel="noopener noreferrer">gtkada (⭐104)</a>.</li>
<li><a href="https://github.com/Blady-Com/tp7ada-gnoga" rel="noopener noreferrer">tp7-ada-gnoga (⭐5)</a> - Implementation of Turbo Pascal 7.0 units with <a href="https://sourceforge.net/projects/gnoga/" rel="noopener noreferrer">gnoga</a>.</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/12/18/"/>
    <summary>13 awesome projects updated on Dec 18, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/12/11/</id>
    <title>Awesome Ada Updates on Dec 11, 2019</title>
    <updated>2019-12-11T13:30:00.000Z</updated>
    <published>2019-12-11T13:30:00.000Z</published>
    <content type="html"><![CDATA[<h3><p>Math / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/mosteo/mandelbrot_ascii" rel="noopener noreferrer">mandelbrot-ascii</a> - Mandelbrot renderer in "ASCII" (unicode actually, but text nonetheless).</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/12/11/"/>
    <summary>1 awesome projects updated on Dec 11, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/11/21/</id>
    <title>Awesome Ada Updates on Nov 21, 2019</title>
    <updated>2019-11-21T14:04:14.000Z</updated>
    <published>2019-11-21T14:04:14.000Z</published>
    <content type="html"><![CDATA[<h3><p>OS and Kernels / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://sourceforge.net/projects/sx-ada-kalinda/" rel="noopener noreferrer">ada-kalinda-os</a> - Ada KALINDA is a sort of Mac Plus like OS written in Ada95.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/11/21/"/>
    <summary>1 awesome projects updated on Nov 21, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/11/20/</id>
    <title>Awesome Ada Updates on Nov 20, 2019</title>
    <updated>2019-11-20T02:27:19.000Z</updated>
    <published>2019-11-20T02:27:19.000Z</published>
    <content type="html"><![CDATA[<h3><p>OS and Kernels / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://sourceforge.net/projects/lovelaceos/" rel="noopener noreferrer">lovelace-os</a> - Lovelace is an effort to write a Unix like operating system using the Ada 2012 language.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/11/20/"/>
    <summary>1 awesome projects updated on Nov 20, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/11/14/</id>
    <title>Awesome Ada Updates on Nov 14, 2019</title>
    <updated>2019-11-14T06:18:20.000Z</updated>
    <published>2019-11-14T06:18:20.000Z</published>
    <content type="html"><![CDATA[<h3><p>Questions and Answers</p>
</h3>
<ul>
<li><a href="https://www.reddit.com/r/ada/" rel="noopener noreferrer">subreddit-ada</a> - Ada at Reddit.</li>
</ul>

<ul>
<li><a href="https://www.reddit.com/r/spark/" rel="noopener noreferrer">subreddit-spark</a> - Spark at Reddit.</li>
</ul>

<ul>
<li><a href="https://t.me/ada_lang" rel="noopener noreferrer">telegram-ada</a> - Ada group at Telegram.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/11/14/"/>
    <summary>3 awesome projects updated on Nov 14, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/10/20/</id>
    <title>Awesome Ada Updates on Oct 20, 2019</title>
    <updated>2019-10-20T17:17:19.000Z</updated>
    <published>2019-10-20T17:17:19.000Z</published>
    <content type="html"><![CDATA[<h3><p>Text Modes / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://www.barebones.com/support/bbedit/plugin_library.html" rel="noopener noreferrer">bbedit-ada-module</a> - BBEdit support for Ada.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/10/20/"/>
    <summary>1 awesome projects updated on Oct 20, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/09/09/</id>
    <title>Awesome Ada Updates on Sep 09, 2019</title>
    <updated>2019-09-09T15:56:10.000Z</updated>
    <published>2019-09-09T15:56:10.000Z</published>
    <content type="html"><![CDATA[<h3><p>Web / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/yet-another-static-site-generator/yass" rel="noopener noreferrer">yass</a> - Yet Another Static Site Generator (like Jekyll or Hugo).</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/09/09/"/>
    <summary>1 awesome projects updated on Sep 09, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/08/17/</id>
    <title>Awesome Ada Updates on Aug 17, 2019</title>
    <updated>2019-08-17T13:19:20.000Z</updated>
    <published>2019-08-17T13:19:20.000Z</published>
    <content type="html"><![CDATA[<h3><p>Games / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/jrcarter/Mine_Detector" rel="noopener noreferrer">mine-detector (⭐4)</a> - A mine-finding game that never requires guessing.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/08/17/"/>
    <summary>1 awesome projects updated on Aug 17, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/07/18/</id>
    <title>Awesome Ada Updates on Jul 18, 2019</title>
    <updated>2019-07-18T13:06:24.000Z</updated>
    <published>2019-07-18T12:30:36.000Z</published>
    <content type="html"><![CDATA[<h3><p>Reference</p>
</h3>
<ul>
<li><a href="https://github.com/reznikmm/adalib" rel="noopener noreferrer">adalib (⭐24)</a> - Standard Ada library specification as defined in Reference Manual.</li>
</ul>
<h3><p>Database / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/jrmarino/AdaBase" rel="noopener noreferrer">ada-base (⭐35)</a> - Thick database bindings to MySQL, PostgreSQL and SQLite for Ada.</li>
</ul>
<h3><p>Generation / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/mosteo/ajunitgen" rel="noopener noreferrer">ajunitgen</a> - Generator of JUnit-compatible XML reports in Ada.</li>
</ul>
<h3><p>Algorithms, Containers and Protocols / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/mosteo/adagio" rel="noopener noreferrer">adagio (⭐4)</a> - Gnutella2 (G2) network server leaf.</li>
</ul>

<ul>
<li><a href="https://github.com/mosteo/agpl" rel="noopener noreferrer">agpl (⭐4)</a> - Ada General Purpose Library (Miscellaneous utilities, with a robotic flavor).</li>
</ul>
<h3><p>Patterns / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/mosteo/rxada" rel="noopener noreferrer">rxada (⭐24)</a> - An Ada 2012 implementation of the Rx methodology.</li>
</ul>
<h3><p>Parsers, Scanners, Linters, Analysers, Interpreters and Prettyprinters / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/flyx/ParserTools" rel="noopener noreferrer">parser-tools (⭐6)</a> - Tools for writing lexers / parsers in Ada.</li>
</ul>
<h3><p>Utilities / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/mosteo/licensing" rel="noopener noreferrer">licensing (⭐0)</a> - Open Source Licenses library for Ada.</li>
</ul>

<ul>
<li><a href="https://github.com/mosteo/rsfile" rel="noopener noreferrer">rsfile (⭐0)</a> - Command-line utility that picks a file from a folder hierarchy with probability proportional to its size.</li>
</ul>

<ul>
<li><a href="https://github.com/mosteo/cstrings" rel="noopener noreferrer">cstrings (⭐2)</a> - Convenience subprograms to interact with C strings.</li>
</ul>

<ul>
<li><a href="https://github.com/flyx/ada-bundler" rel="noopener noreferrer">ada-bundler (⭐5)</a> - Library and tool for transparently handling data and configuration file access in an Ada application. Supports macOS, Linux and Windows.</li>
</ul>
<h3><p>Libraries / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/mosteo/sancta" rel="noopener noreferrer">sancta</a> - Multi-robot task allocation library.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/07/18/"/>
    <summary>12 awesome projects updated on Jul 18, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/04/28/</id>
    <title>Awesome Ada Updates on Apr 28, 2019</title>
    <updated>2019-04-28T14:48:56.000Z</updated>
    <published>2019-04-28T14:48:56.000Z</published>
    <content type="html"><![CDATA[<h3><p>Integrated Development Editors / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://marketplace.visualstudio.com/items?itemName=AlexGamper.VisualAda" rel="noopener noreferrer">ada-visual</a> - Ada language integration for Visual Studio 2017.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/04/28/"/>
    <summary>1 awesome projects updated on Apr 28, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/03/31/</id>
    <title>Awesome Ada Updates on Mar 31, 2019</title>
    <updated>2019-03-31T17:28:13.000Z</updated>
    <published>2019-03-31T17:28:13.000Z</published>
    <content type="html"><![CDATA[<h3><p>Build and Package / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/alire-project/alire" rel="noopener noreferrer">alire (⭐392)</a> - A catalog of ready-to-use Ada libraries plus a command-line tool (alr) to obtain, compile, and incorporate them into your own projects. It aims to fulfill a similar role to Rust's cargo or OCaml's opam.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/03/31/"/>
    <summary>1 awesome projects updated on Mar 31, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/03/11/</id>
    <title>Awesome Ada Updates on Mar 11, 2019</title>
    <updated>2019-03-11T23:02:22.000Z</updated>
    <published>2019-03-11T23:02:22.000Z</published>
    <content type="html"><![CDATA[<h3><p>General Purpose Computing / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/ytomino/boehmgc-ada" rel="noopener noreferrer">boehmgc-ada (⭐7)</a> - Ada binding to the Boehm-Demers-Weiser conservative garbage collector.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/03/11/"/>
    <summary>1 awesome projects updated on Mar 11, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/02/24/</id>
    <title>Awesome Ada Updates on Feb 24, 2019</title>
    <updated>2019-02-24T20:59:18.000Z</updated>
    <published>2019-02-24T20:27:05.000Z</published>
    <content type="html"><![CDATA[<h3><p>Algorithms, Containers and Protocols / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/tomekw/simple_blockchain" rel="noopener noreferrer">simple-blockchain (⭐23)</a> - Simple blockchain in Ada.</li>
</ul>
<h3><p>Shells, Interpreters and Emulators / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/AdaCore/gsh" rel="noopener noreferrer">gsh (⭐119)</a> - Non interactive POSIX shell for Windows, aimed at GNU software builds. 2-3 times faster than Cygwin.</li>
</ul>
<h3><p>Programming Languages / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="http://parasail-lang.org/" rel="noopener noreferrer">para-sail</a> - ParaSail is a highly parallel experimental language, similar to Go and Erlang. Originaly owned by SofCheck (now AdaCore), it is a test project to try new ideas. Expandable pointers is a sample feature that is about to be introduced to SPARK and Ada. There are in fact 4 experimental languages: ParaSail, Sparkel, Javallel, Parython, all sharing bytecode interpreter and LLVM engine.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/02/24/"/>
    <summary>3 awesome projects updated on Feb 24, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/02/13/</id>
    <title>Awesome Ada Updates on Feb 13, 2019</title>
    <updated>2019-02-13T21:07:38.000Z</updated>
    <published>2019-02-13T21:07:38.000Z</published>
    <content type="html"><![CDATA[<h3><p>Communication / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/morbos/STM32/tree/master/L/L476/sensortile" rel="noopener noreferrer">sensortile (⭐19)</a> - This project shows how to initialize a SensorTile and how to send sensor data over BLE from a SensorTile to a suitable host.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/02/13/"/>
    <summary>1 awesome projects updated on Feb 13, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/02/11/</id>
    <title>Awesome Ada Updates on Feb 11, 2019</title>
    <updated>2019-02-11T01:07:21.000Z</updated>
    <published>2019-02-11T00:17:59.000Z</published>
    <content type="html"><![CDATA[<h3><p>Online Books</p>
</h3>
<ul>
<li><a href="https://en.wikibooks.org/wiki/Ada_Programming" rel="noopener noreferrer">ada-wikibook</a> - Ada Programming book at Wikibooks.</li>
</ul>

<ul>
<li><a href="https://www.adaic.org/resources/add_content/docs/craft/html/contents.htm" rel="noopener noreferrer">ada-craft</a> - Ada 95: The Craft of Object-Oriented Programming.</li>
</ul>

<ul>
<li><a href="https://www.adacore.com/books/implementation-guidance-spark" rel="noopener noreferrer">spark-guidance</a> - Implementation Guidance for the Adoption of SPARK.</li>
</ul>
<h3><p>Algorithms, Containers and Protocols / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://sourceforge.net/projects/dequesterity/" rel="noopener noreferrer">dequesterity</a> - Deque/buffer generics that consist of building blocks that may be combined in various ways to create higher abstraction buffers.</li>
</ul>

<ul>
<li><a href="https://sourceforge.net/projects/paraffin/" rel="noopener noreferrer">paraffin</a> - A suite of Ada 2012 generics to facilitate iterative and recursive parallelism for multicore systems.</li>
</ul>

<ul>
<li><a href="https://sourceforge.net/projects/deepend/" rel="noopener noreferrer">deepend</a> - Storage pool with subpool capabilities for Ada 2012, Ada 2005, and Ada 95.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/02/11/"/>
    <summary>6 awesome projects updated on Feb 11, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/02/07/</id>
    <title>Awesome Ada Updates on Feb 07, 2019</title>
    <updated>2019-02-07T17:33:36.000Z</updated>
    <published>2019-02-07T16:54:28.000Z</published>
    <content type="html"><![CDATA[<h3><p>Components / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/stcarrez/ada-util/" rel="noopener noreferrer">ada-util (⭐82)</a> - A logging framework close to Java log4j framework, support for properties, serialization/deserialization framework for XML/JSON/CSV, Ada beans framework, encoding/decoding framework (Base16, Base64, SHA, HMAC-SHA), a composing stream framework (raw, files, buffers, pipes, sockets), several concurrency tools (reference counters, counters, pools, fifos, arrays), process creation and pipes, support for loading shared libraries (on Windows or Unix), HTTP client library on top of CURL or AWS.</li>
</ul>
<h3><p>Database / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/stcarrez/ada-ado" rel="noopener noreferrer">ada-ado (⭐29)</a> - Ada Database Objects is an Ada05 library that provides object relational mapping to access a database in Ada05. The library supports PostgreSQL, MySQL, SQLite as databases. Most of the concepts developped for ADO come from the Java Hibernate ORM.</li>
</ul>
<h3><p>Web / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/stcarrez/ada-awa" rel="noopener noreferrer">awa (⭐109)</a> - Ada Web Application is a framework to build a Web Application in Ada 2012. The framework provides several ready to use and extendable modules that are common to many web application. This includes the login, authentication, users, permissions, managing comments, tags, votes, documents, images.<ul>
<li><a href="https://github.com/stcarrez/dynamo" rel="noopener noreferrer">dynamo</a> - Code generator used to generate an Ada Web Application or database mappings from hibernate-like XML description, YAML doctrine model or UML models.</li>
<li><a href="https://github.com/stcarrez/ada-wiki" rel="noopener noreferrer">ada-wiki (⭐20)</a> - Ada Wiki is a small library that provides a Wiki engine.</li>
<li><a href="https://github.com/stcarrez/ada-security" rel="noopener noreferrer">ada-security</a> - OAuth 2.0 client and server framework to secure web applications.</li>
<li><a href="https://github.com/stcarrez/ada-el" rel="noopener noreferrer">ada-el (⭐7)</a> - This library provides the support for a simple Expression Language close to the Java Unified Expression Language (EL).</li>
<li><a href="https://github.com/stcarrez/ada-asf" rel="noopener noreferrer">ada-asf (⭐15)</a> - Ada Server Faces allows to create web applications using the same pattern as the Java Server Faces (See JSR 252, JSR 314 and JSR 344).</li>
<li><a href="https://github.com/stcarrez/ada-servlet" rel="noopener noreferrer">ada-servlet (⭐9)</a> - Ada Servlet allows to create web applications using the same pattern as the Java Servlet (See JSR 154, JSR 315).</li>
</ul>
</li>
</ul>

<ul>
<li><a href="https://github.com/stcarrez/swagger-ada" rel="noopener noreferrer">swagger-ada (⭐30)</a> - Ada support for Swagger codegen: OpenAPI Generator is a code generator that supports generation of API client libraries, server stubs and documentation automatically given an OpenAPI Spec.</li>
</ul>
<h3><p>General Purpose Computing / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/stcarrez/ada-bfd" rel="noopener noreferrer">ada-bfd (⭐8)</a> - An Ada binding for the GNU Binutils BFD library. It allows to read binary ELF, COFF files by using the GNU BFD.</li>
</ul>
<h3><p>Applications / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/stcarrez/etherscope" rel="noopener noreferrer">etherscope (⭐18)</a> - Ethernet traffic monitor on a STM32F746 board.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/02/07/"/>
    <summary>6 awesome projects updated on Feb 07, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/01/30/</id>
    <title>Awesome Ada Updates on Jan 30, 2019</title>
    <updated>2019-01-30T21:03:32.000Z</updated>
    <published>2019-01-30T20:49:02.000Z</published>
    <content type="html"><![CDATA[<h3><p>Generation / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/Blady-Com/Automate" rel="noopener noreferrer">automate (⭐7)</a> - Finite-state machine generator.</li>
</ul>
<h3><p>Generators and Translators / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/Blady-Com/j2ada" rel="noopener noreferrer">j2ada</a> - Translator for a Java valid source code in Ada source code.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/01/30/"/>
    <summary>2 awesome projects updated on Jan 30, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/01/29/</id>
    <title>Awesome Ada Updates on Jan 29, 2019</title>
    <updated>2019-01-29T14:46:32.000Z</updated>
    <published>2019-01-29T14:46:32.000Z</published>
    <content type="html"><![CDATA[<h3><p>Specialties</p>
</h3>
<ul>
<li><a href="https://github.com/gerr135/ada_composition" rel="noopener noreferrer">ada-composition (⭐10)</a> - A collections of small nifty demos/sample code that may help better layout data or structure project.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/01/29/"/>
    <summary>1 awesome projects updated on Jan 29, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/01/14/</id>
    <title>Awesome Ada Updates on Jan 14, 2019</title>
    <updated>2019-01-14T14:13:54.000Z</updated>
    <published>2019-01-14T14:13:54.000Z</published>
    <content type="html"><![CDATA[<h3><p>News and Resources</p>
</h3>
<ul>
<li><a href="https://blog.adacore.com/" rel="noopener noreferrer">adacore-blog</a> - An insight into the AdaCore ecosystem.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/01/14/"/>
    <summary>1 awesome projects updated on Jan 14, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/01/05/</id>
    <title>Awesome Ada Updates on Jan 05, 2019</title>
    <updated>2019-01-05T15:26:33.000Z</updated>
    <published>2019-01-05T15:26:33.000Z</published>
    <content type="html"><![CDATA[<h3><p>Parsers, Scanners, Linters, Analysers, Interpreters and Prettyprinters / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/samueltardieu/aforth" rel="noopener noreferrer">aforth (⭐28)</a> - Embeddable Forth interpreter written in Ada.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/01/05/"/>
    <summary>1 awesome projects updated on Jan 05, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/01/03/</id>
    <title>Awesome Ada Updates on Jan 03, 2019</title>
    <updated>2019-01-03T00:21:46.000Z</updated>
    <published>2019-01-03T00:21:46.000Z</published>
    <content type="html"><![CDATA[<h3><p>3D / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/AdaDoom3/AdaDoom3" rel="noopener noreferrer">ada-doom-3 (⭐282)</a> - Id Software's Id-tech-4-BFG in the Ada programming language.</li>
</ul>
<h3><p>Multimedia / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/AdaDoom3/Ada3DS" rel="noopener noreferrer">ada-3ds (⭐4)</a> - A simple 3DS Max model renderer.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/01/03/"/>
    <summary>2 awesome projects updated on Jan 03, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/01/02/</id>
    <title>Awesome Ada Updates on Jan 02, 2019</title>
    <updated>2019-01-02T22:11:48.000Z</updated>
    <published>2019-01-02T17:05:24.000Z</published>
    <content type="html"><![CDATA[<h3><p>Terminal User Interface / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/samueltardieu/areadline" rel="noopener noreferrer">areadline (⭐10)</a> - Ada binding to the readline library.</li>
</ul>
<h3><p>Format Readers, Writers and Checkers / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/gerr135/abf_io" rel="noopener noreferrer">abf-io (⭐0)</a> - A library of access routines to Axon's ABF file format (electrophysiology, most common) in Ada.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/01/02/"/>
    <summary>2 awesome projects updated on Jan 02, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/01/01/</id>
    <title>Awesome Ada Updates on Jan 01, 2019</title>
    <updated>2019-01-01T15:57:04.000Z</updated>
    <published>2019-01-01T15:50:40.000Z</published>
    <content type="html"><![CDATA[<h3><p>Machine Learning / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://sourceforge.net/projects/fuzzyml/" rel="noopener noreferrer">fuzzyml</a> - Fuzzy machine learning framework.</li>
</ul>
<h3><p>Patterns / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/briot/Ada-promises" rel="noopener noreferrer">ada-promises (⭐9)</a> - Implementing promises in Ada. Type-safe, efficient, thread-safe.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/01/01/"/>
    <summary>2 awesome projects updated on Jan 01, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/12/29/</id>
    <title>Awesome Ada Updates on Dec 29, 2018</title>
    <updated>2018-12-29T18:55:58.000Z</updated>
    <published>2018-12-29T18:55:58.000Z</published>
    <content type="html"><![CDATA[<h3><p>Graphical User Interface / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="http://www.rrsoftware.com/html/prodinf/claw/claw.htm" rel="noopener noreferrer">claw</a> - A High Level, Portable, Ada 95 Binding for Microsoft Windows.</li>
</ul>
<h3><p>Unit Test, Testing / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/briot/gnatbdd" rel="noopener noreferrer">gnatbdd (⭐7)</a> - Behavior Driven Development in Ada.</li>
</ul>
<h3><p>System Modeling / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/briot/adafuzzy" rel="noopener noreferrer">ada-fuzzy (⭐3)</a> - A fuzzy inference system library for Ada.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/12/29/"/>
    <summary>3 awesome projects updated on Dec 29, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/12/21/</id>
    <title>Awesome Ada Updates on Dec 21, 2018</title>
    <updated>2018-12-21T15:57:49.000Z</updated>
    <published>2018-12-21T15:57:49.000Z</published>
    <content type="html"><![CDATA[<h3><p>Patterns / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/jhumphry/Reqrep_Task_Pools" rel="noopener noreferrer">reqrep-task-pools</a> - Task pool system for jobs.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/12/21/"/>
    <summary>1 awesome projects updated on Dec 21, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/12/20/</id>
    <title>Awesome Ada Updates on Dec 20, 2018</title>
    <updated>2018-12-20T01:30:43.000Z</updated>
    <published>2018-12-20T01:30:43.000Z</published>
    <content type="html"><![CDATA[<h3><p>Entry Point</p>
</h3>
<ul>
<li><a href="https://learn.adacore.com/" rel="noopener noreferrer">learn</a> - Interactive learning platform designed to teach the Ada and SPARK programming languages.</li>
</ul>
<h3><p>Tutorials</p>
</h3>
<ul>
<li><a href="https://www.youtube.com/playlist?list=PLkoa8uxigENkneyEEeDWVPgpMhPc9IJ7o" rel="noopener noreferrer">adacore-video-tutorials</a> - AdaCore University Video Tutorials.</li>
</ul>

<ul>
<li><a href="https://drive.google.com/file/d/1hdLc9nZzTnBDcN9qJeDlJm1F9IL91Lvi/view" rel="noopener noreferrer">simple-games</a> - Learning Ada 2012 by writing simple games.</li>
</ul>

<ul>
<li><a href="https://github.com/tofgarion/spark-by-example" rel="noopener noreferrer">spark-by-example (⭐164)</a> - Collection of verified functions and data types in SPARK.</li>
</ul>
<h3><p>Questions and Answers</p>
</h3>
<ul>
<li><a href="https://stackoverflow.com/questions/tagged/ada" rel="noopener noreferrer">stack-overflow-ada-tag</a> - Ada at Stack Overflow.</li>
</ul>
<h3><p>News and Resources</p>
</h3>
<ul>
<li><a href="https://www.sigada.org/" rel="noopener noreferrer">acm-sig-ada</a> - The Special Interest Group on Ada.</li>
</ul>
<h3><p>Open source / MIT</p>
</h3>
<ul>
<li><a href="https://github.com/OneWingedShark/Byron" rel="noopener noreferrer">byron (⭐65)</a> - A community project to build an Ada compiler, toolchain, and IDE-system.</li>
</ul>
<h3><p>Online / Apache License</p>
</h3>
<ul>
<li><a href="https://www.tutorialspoint.com/compile_ada_online.php" rel="noopener noreferrer">tutorials-point-ada-compiler</a> - Online compiler built on the CodingGround engine.</li>
</ul>
<h3><p>Text Modes / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/textmate/ada.tmbundle" rel="noopener noreferrer">ada-tmbundle (⭐6)</a> - TextMate support for Ada.</li>
</ul>
<h3><p>Build and Package / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/AdaCore/gprbuild" rel="noopener noreferrer">gprbuild (⭐78)</a> - Adacore multi-language software build tool.</li>
</ul>

<ul>
<li><a href="https://github.com/jrmarino/ravenadm" rel="noopener noreferrer">ravenadm (⭐21)</a> - Administration tool for Ravenports <a href="http://www.ravenports.com" rel="noopener noreferrer">http://www.ravenports.com</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/jrmarino/synth" rel="noopener noreferrer">synth (⭐268)</a> - Next D/Ports build tool for live systems (Alternative for Portmaster and Portupgrade tools).</li>
</ul>
<h3><p>Continuous Integration / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/jklmnn/continuous-verification" rel="noopener noreferrer">continuous-verification</a> - SPARK formal verification automated with Travis CI.</li>
</ul>
<h3><p>Runtimes / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/AdaCore/bb-runtimes" rel="noopener noreferrer">bb-runtimes (⭐70)</a> - GNAT bare metal board support package (BSP).</li>
</ul>

<ul>
<li><a href="https://sourceforge.net/projects/avr-ada" rel="noopener noreferrer">avr-ada</a> - GNAT for 8-bit AVR microcontrollers.</li>
</ul>
<h3><p>OS and Kernels / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://muen.codelabs.ch/" rel="noopener noreferrer">muen</a> - An x86/64 Separation Kernel for High Assurance.</li>
</ul>

<ul>
<li><a href="https://github.com/wookey-project/ewok-kernel" rel="noopener noreferrer">ewok (⭐79)</a> - A microkernel targeting micro-controllers and embedded systems.</li>
</ul>
<h3><p>Games / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://blog.adacore.com/unity-ada" rel="noopener noreferrer">unity-ada-tetris</a> - Tetris, in Ada, for the Unity game engine.</li>
</ul>

<ul>
<li><a href="https://github.com/AdaCore/tictactoe" rel="noopener noreferrer">tictactoe</a> - A tictactoe game written and proven in SPARK/Ada.</li>
</ul>

<ul>
<li><a href="https://github.com/fastrgv/AdaGate" rel="noopener noreferrer">ada-gate (⭐23)</a> - AdaGate is a first-person 3D sokoban puzzle game within a Stargate / Portal fantasy setting for Windows, OS-X and Linux.</li>
</ul>

<ul>
<li><a href="https://github.com/fastrgv/RufasCube" rel="noopener noreferrer">rufas-cube (⭐5)</a> - RufasCube is a puzzle game for Windows, OS-X and GNU Linux (it looks like a rubic cube but it's a slider, not a twister).</li>
</ul>

<ul>
<li><a href="https://github.com/fastrgv/AdaVenture" rel="noopener noreferrer">ada-venture (⭐18)</a> - AdaVenture is a kid-friendly retro point&amp;click game with mazes, dragons, bats &amp; snakes.</li>
</ul>

<ul>
<li><a href="https://github.com/fastrgv/WorldCupSokerban" rel="noopener noreferrer">world-cup-sokerban (⭐4)</a> - This is a soccer-themed, 3D sokoban puzzle game that runs on Windows, Mac OS-X and GNU Linux.</li>
</ul>
<h3><p>Components / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/AdaCore/gnatcoll-core" rel="noopener noreferrer">gnatcoll-core (⭐54)</a> - This is the core module of the GNAT Components Collection.</li>
</ul>

<ul>
<li><a href="https://github.com/AdaCore/gnatcoll-bindings" rel="noopener noreferrer">gnatcoll-bindings (⭐15)</a> - This is the bindings module of the GNAT Components Collection.</li>
</ul>

<ul>
<li><a href="https://github.com/AdaCore/gnatcoll-db" rel="noopener noreferrer">gnatcoll-db</a> - This is the DB module of the GNAT Components Collection.</li>
</ul>
<h3><p>Distributed / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/AdaCore/PolyORB" rel="noopener noreferrer">poly-orb</a> - PolyORB provides a uniform solution to build distributed applications relying either on middleware standards.</li>
</ul>
<h3><p>3D / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/JulianSchutsch/AdaOGL" rel="noopener noreferrer">ada-ogl (⭐4)</a> - Ada OpenGL Framework.</li>
</ul>
<h3><p>Logging / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://www.codelabs.ch/alog/" rel="noopener noreferrer">alog</a> - Stackable logging framework for Ada.</li>
</ul>
<h3><p>Verification / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/AdaCore/gnatcoverage" rel="noopener noreferrer">gnat-coverage (⭐46)</a> - GNATcoverage is a tool to analyze and report program coverage.</li>
</ul>

<ul>
<li><a href="https://github.com/AdaCore/spark2014/" rel="noopener noreferrer">spark-2014 (⭐311)</a> - SPARK formal verification toolset.</li>
</ul>
<h3><p>Generation / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/ttsiodras/asn1scc" rel="noopener noreferrer">asn1scc (⭐0)</a> - An open source ASN.1 generator to Ada type declarations and encoders/decoders.</li>
</ul>

<ul>
<li><a href="https://github.com/OpenAADL/ocarina" rel="noopener noreferrer">ocarina (⭐76)</a> - AADL model processor: mappings to Ada code; Petri Nets; scheduling tools (MAST, Cheddar); WCET; REAL.</li>
</ul>

<ul>
<li><a href="http://www.inspirel.com/fmt/" rel="noopener noreferrer">fmt</a> - Formal Methods Toolkit is a set of extension packages for Mathematica, supporting software. engineering activities related to modeling, verification and Ada code generation.</li>
</ul>
<h3><p>Math / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/jscparker/math_packages" rel="noopener noreferrer">math-packages</a> - Collection of basic math routines in Ada.</li>
</ul>
<h3><p>Algorithms, Containers and Protocols / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/AdaCore/ada-traits-containers" rel="noopener noreferrer">ada-traits-containers (⭐34)</a> - Generic Ada Library for Algorithms and Containers.</li>
</ul>

<ul>
<li><a href="https://github.com/jrcarter/PragmARC" rel="noopener noreferrer">pragmarc</a> - PragmAda Reusable Components (PragmARCs) from PragmAda S/W Engineering.</li>
</ul>

<ul>
<li><a href="https://github.com/anthony-arnold/AdaID" rel="noopener noreferrer">ada-id</a> - Simple Ada library for generating UUIDs.</li>
</ul>

<ul>
<li><a href="https://github.com/frett27/Ada-GA" rel="noopener noreferrer">ada-ga</a> - Genetic Algorithm Implementation for Ada.</li>
</ul>

<ul>
<li><a href="https://github.com/frett27/Ada-Sodoku" rel="noopener noreferrer">ada-sodoku</a> - Small Library for Sodoku grid solving / finding.</li>
</ul>

<ul>
<li><a href="https://github.com/jklmnn/sl3p" rel="noopener noreferrer">sl3p</a> - Simple Layer 3 Protocol.</li>
</ul>

<ul>
<li><a href="https://github.com/fastrgv/HungarianAlgorithm" rel="noopener noreferrer">hungarian-algorithm</a> - Hungarian Algorithm implementation in Ada.</li>
</ul>

<ul>
<li><a href="https://github.com/andgi/NBAda" rel="noopener noreferrer">nb-ada</a> - NBAda : An Ada library of lock-free data structures and algorithms.</li>
</ul>
<h3><p>Parsers, Scanners, Linters, Analysers, Interpreters and Prettyprinters / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/reznikmm/gela" rel="noopener noreferrer">gela (⭐0)</a> - Ada code analyzer.</li>
</ul>

<ul>
<li><a href="https://github.com/reznikmm/anagram" rel="noopener noreferrer">anagram (⭐5)</a> - Grammar handling and parser generation Ada library.</li>
</ul>

<ul>
<li><a href="https://github.com/reznikmm/ada-pretty" rel="noopener noreferrer">ada-pretty</a> - Pretty printing library for Ada.</li>
</ul>

<ul>
<li><a href="https://github.com/reznikmm/increment" rel="noopener noreferrer">increment</a> - Incremental analysis in Ada.</li>
</ul>

<ul>
<li><a href="https://github.com/jhumphry/parse_args" rel="noopener noreferrer">parse-args (⭐12)</a> - Simple command-line argument parsing.</li>
</ul>
<h3><p>Format Readers, Writers and Checkers / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/yaml/AdaYaml" rel="noopener noreferrer">ada-yaml (⭐46)</a> - Experimental YAML 1.3 implementation in Ada.</li>
</ul>

<ul>
<li><a href="https://github.com/onox/json-ada" rel="noopener noreferrer">json-ada (⭐46)</a> - An Ada 2012 library for parsing JSON.</li>
</ul>

<ul>
<li><a href="https://github.com/Componolit/jwx" rel="noopener noreferrer">jwx (⭐20)</a> - A formally verified JSON library in SPARK.</li>
</ul>

<ul>
<li><a href="https://github.com/AdaCore/xmlada" rel="noopener noreferrer">xmlada</a> - The XML/Ada toolkit.</li>
</ul>

<ul>
<li><a href="https://github.com/Componolit/SXML" rel="noopener noreferrer">spark-xml (⭐24)</a> - A formally verified XML library in SPARK.</li>
</ul>

<ul>
<li><a href="https://github.com/frett27/Ada-Midi" rel="noopener noreferrer">ada-midi (⭐6)</a> - Implementation of Midi / MidiFile reading and writing.</li>
</ul>

<ul>
<li><a href="https://github.com/jhumphry/Ada_BinToAsc" rel="noopener noreferrer">ada-bin2asc</a> - Various binary-to-ASCII codecs such as Base64.</li>
</ul>
<h3><p>Networking and Communication Middleware / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://codelabs.ch/adhcp/index.html" rel="noopener noreferrer">adhcp</a> - Implementation of the DHCP protocol in Ada.</li>
</ul>
<h3><p>Graphics and Multimedia / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/flyx/OpenGLAda" rel="noopener noreferrer">opengl-ada (⭐105)</a> - Thick Ada binding for OpenGL and GLFW.</li>
</ul>
<h3><p>Sound / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/frett27/Ada-Synthetizer" rel="noopener noreferrer">ada-synthetizer</a> - Sound Synthetizer Library implemented in Ada.</li>
</ul>
<h3><p>Utilities / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/jhumphry/auto_counters" rel="noopener noreferrer">auto-counters</a> - Reference counting approaches to resource management.</li>
</ul>

<ul>
<li><a href="https://github.com/reznikmm/cvsweb2git" rel="noopener noreferrer">cvsweb2git (⭐0)</a> - Tool to imports CVS repository shared on Ada Conformity Assessment Authority into the Git repository.</li>
</ul>
<h3><p>Frameworks / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/AdaCore/Robotics_with_Ada" rel="noopener noreferrer">robotics-with-ada (⭐17)</a> - Robotics with Ada, ARM, and Lego.</li>
</ul>
<h3><p>Firmwares / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/AdaCore/Certyflie" rel="noopener noreferrer">certiflie (⭐35)</a> - Source code for the full Ada + SPARK Crazyflie 2.0 firmware.</li>
</ul>
<h3><p>Drivers / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/AdaCore/Ada_Drivers_Library" rel="noopener noreferrer">ada-drivers-library (⭐282)</a> - Ada drivers for various MCU and sensors.</li>
</ul>

<ul>
<li><a href="https://github.com/damaki/DW1000" rel="noopener noreferrer">dw1000 (⭐14)</a> - Ada/SPARK driver for the DecaWave DW1000 ultra-wideband (UWB) radio chip.</li>
</ul>

<ul>
<li><a href="https://github.com/damaki/EVB1000" rel="noopener noreferrer">evb1000 (⭐0)</a> - Ada/SPARK drivers to control the on-board peripherals of the DecaWave EVB1000 evaluation board.</li>
</ul>
<h3><p>Controllers / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/Fabien-Chouteau/solenoid-engine-controller" rel="noopener noreferrer">solenoid-engine-controller (⭐5)</a> - Software controller for solenoid engines (Ada/STM32F4).</li>
</ul>
<h3><p>Libraries / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/Fabien-Chouteau/Giza" rel="noopener noreferrer">giza (⭐7)</a> - This library is trying to be a simple widget tool kit for embedded platforms.</li>
</ul>

<ul>
<li><a href="https://github.com/raph-amiard/ada-synth-lib" rel="noopener noreferrer">ada-synth-lib (⭐36)</a> - Simple audio synthesis library that can run on bareboard devices.</li>
</ul>

<ul>
<li><a href="https://github.com/Fabien-Chouteau/GESTE" rel="noopener noreferrer">geste (⭐19)</a> - Sprite and tile 2D render engine designed to run on micro-controllers.</li>
</ul>

<ul>
<li><a href="https://github.com/Fabien-Chouteau/Ada_Time" rel="noopener noreferrer">ada-time</a> - Ada binding for the Pebble Time smartwatch.</li>
</ul>

<ul>
<li><a href="https://github.com/jklmnn/wiringPi-Ada" rel="noopener noreferrer">wiring-pi-ada</a> - Ada bindings for wiringPi.</li>
</ul>
<h3><p>Applications / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/Fabien-Chouteau/coffee-clock" rel="noopener noreferrer">coffee-clock</a> - Waking up with a fresh cup of coffee.</li>
</ul>

<ul>
<li><a href="https://github.com/Fabien-Chouteau/noise-nugget" rel="noopener noreferrer">noise-nugget (⭐17)</a> - Square Inch Synthesizer.</li>
</ul>

<ul>
<li><a href="https://github.com/Fabien-Chouteau/spark-railway-demo" rel="noopener noreferrer">spark-railway-demo</a> - Simulated railway network in SPARK/Ada.</li>
</ul>

<ul>
<li><a href="https://github.com/Fabien-Chouteau/Wee-Noise-Maker" rel="noopener noreferrer">wee-noise-maker (⭐37)</a> - Wee Noise Maker is an open source pocket synthesizer.</li>
</ul>

<ul>
<li><a href="https://github.com/AdaCore/Lunar_Lander_Rotation_Demo" rel="noopener noreferrer">lunar-lander-rotation (⭐2)</a> - Program that interacts with the AdaFruit BNO055 breakout board in order to send orientation data to a host computer.</li>
</ul>
<h3><p>Mail / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="http://www.rrsoftware.com/html/prodinf/tf/tf-main.html" rel="noopener noreferrer">trash-finder</a> - Trash Finder is a mail filter that operates as a plugin for your mail server, providing filtering on dozens of criteria along with management of known good mail.</li>
</ul>
<h3><p>Automation / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/Fabien-Chouteau/ACNC" rel="noopener noreferrer">acnc</a> - A G-code parser and CNC controller (in Ada).</li>
</ul>
<h3><p>Simulation / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/JulianSchutsch/ParallelSim" rel="noopener noreferrer">parallel-sim (⭐1)</a> - Distributed Simulation of Transport Networks.</li>
</ul>
<h3><p>Generators and Translators / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="http://home.datacomm.ch/t_wolf/tw/ada95/adabrowse" rel="noopener noreferrer">adabrowse</a> - HTML generator for Ada95 library unit specs.</li>
</ul>

<ul>
<li><a href="https://github.com/Fabien-Chouteau/tiled-code-gen" rel="noopener noreferrer">tiled-code-gen (⭐3)</a> - Code generator for Tiled the map editor.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/12/20/"/>
    <summary>81 awesome projects updated on Dec 20, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/12/16/</id>
    <title>Awesome Ada Updates on Dec 16, 2018</title>
    <updated>2018-12-16T08:52:36.000Z</updated>
    <published>2018-12-16T08:52:36.000Z</published>
    <content type="html"><![CDATA[<h3><p>Components / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/persan/gnatcoll-json" rel="noopener noreferrer">gnatcoll-json</a> - This is a set of helpers for writing JSON-intefaces it contains JSON parses for most of the Ada runtime components.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/12/16/"/>
    <summary>1 awesome projects updated on Dec 16, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/12/11/</id>
    <title>Awesome Ada Updates on Dec 11, 2018</title>
    <updated>2018-12-11T14:14:26.000Z</updated>
    <published>2018-12-11T10:22:33.000Z</published>
    <content type="html"><![CDATA[<h3><p>Online / Apache License</p>
</h3>
<ul>
<li><a href="https://www.jdoodle.com/execute-ada-online" rel="noopener noreferrer">jdoodle-ada-compiler</a> - Online compiler that provides multiple versions of GNAT to test with.</li>
</ul>
<h3><p>OS and Kernels / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://marte.unican.es/" rel="noopener noreferrer">marte-os</a> - MaRTE OS is a Hard Real-Time Operating System for embedded applications that follows the Minimal Real-Time POSIX.13 subset. It provides an easy to use and controlled environment to develop Multi-Thread Real-Time applications.</li>
</ul>

<ul>
<li><a href="https://github.com/Lucretia/bare_bones" rel="noopener noreferrer">bare-bones (⭐91)</a> - An Ada port of the <a href="https://wiki.osdev.org/Ada_Bare_Bones" rel="noopener noreferrer">osdev.org</a> minimal 32-bit x86 kernel.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/12/11/"/>
    <summary>3 awesome projects updated on Dec 11, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/12/06/</id>
    <title>Awesome Ada Updates on Dec 06, 2018</title>
    <updated>2018-12-06T16:43:45.000Z</updated>
    <published>2018-12-06T16:38:33.000Z</published>
    <content type="html"><![CDATA[<h3><p>Applications / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/AdaCore/SPARK_Railway_Simulation_Demo" rel="noopener noreferrer">railway-simulation (⭐5)</a> - Program simulating a railway network with trains, switches and signaling. The signaling system is proven with SPARK/Ada to ensure that trains cannot collide.</li>
</ul>
<h3><p>Generators / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/AdaCore/svd2ada" rel="noopener noreferrer">svd2ada</a> - An Ada binding generator from SVD descriptions for bare board ARM devices.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/12/06/"/>
    <summary>2 awesome projects updated on Dec 06, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/10/24/</id>
    <title>Awesome Ada Updates on Oct 24, 2018</title>
    <updated>2018-10-24T23:45:19.000Z</updated>
    <published>2018-10-24T23:41:41.000Z</published>
    <content type="html"><![CDATA[<h3><p>Web / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://github.com/AdaCore/aws" rel="noopener noreferrer">aws (⭐158)</a> - Ada Web Server is a complete framework to develop Web based applications in Ada.</li>
</ul>
<h3><p>Algorithms, Containers and Protocols / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://sourceforge.net/projects/booch95/" rel="noopener noreferrer">booch95</a> - The Ada 95 Booch components are a port of Grady Booch's C++ components.</li>
</ul>
<h3><p>Networking and Communication Middleware / GPL (no linking exception)</p>
</h3>
<ul>
<li><a href="https://www.codelabs.ch/anet/" rel="noopener noreferrer">anet</a> - Networking library for the Ada programming language.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/10/24/"/>
    <summary>3 awesome projects updated on Oct 24, 2018</summary>
  </entry>
</feed>