2025-02-09 14:37:00
blog.adacore.com
In 2024 we announced our fourth Ada/SPARK Crate Of The Year Awards. We see the Alire source package manager as a game changer for Ada/SPARK, so we want to use the Crate of the Year awards to honor the people contributing to the ecosystem. Today we are pleased to announce the results.
Here are the winners of the 2024 Crate of the Year Awards.
The Ada Crate of the Year Prize is awarded to Lionel Draghi for BBT
BBT stands for Black Box Tester, a command line tool that combines behavior specifications written in plain English with test automation. Let’s look at an example taken from BBT’s documentation. The following behavior specification is written in Markdown format (shown rendered below, source here):
![](https://blog.adacore.com/uploads/photos/_1800xAUTO_crop_center-center_none/image-2.png)
As you can see, it is very readable and easy to understand. Given this specification, BBT will:
-
Create a file named config.ini with the provided content
-
Run the rpl command
-
Compare config.ini with the expected output, and report an error when different
A clever way to test command line tools.
The SPARK Crate of the Year Prize is awarded to Kevin Chadwick for elogs
Elogs is a portable message-logging library. The code is validated at SPARK’s Silver level and therefore proven to be absent of runtime errors. Dealing with logging and messages implies a lot of memory manipulations and the need to prevent “buffer overflow” errors, whether malicious or not. SPARK is therefore very relevant here, as Silver level proof ensures memory safety.
With constrained memory usage in mind, the library allocates static buffers for the message using Alire’s crate configuration feature. For example, users of the crate can specify the maximum message length like so:
[[depends-on]]
elogs = "~1.2.0"
[configuration.values]
elogs.Max_Message_Length = 80
The Embedded Crate of the Year Prize is awarded to Brent Seidel for bbs_lisp
bbs_lisp is an embeddable Lisp interpreter written in Ada. Embeddable in the sense that one can integrate the interpreter into any Ada project. In addition, Brent designed the project to be usable in constrained hardware environments, a.k.a embedded systems, as demonstrated here: https://github.com/BrentSeidel/Ada-Lisp-Embedded
We selected this project for the Embedded Crate of the Year Prize because portability is one of Ada’s strongest advantages, and designing libraries that can be used in native and embedded systems is a great way to contribute to the ecosystem.
Thanks again to all the participants. Stay tuned for more news about the Ada/SPARK Crate Of The Year Awards.
About Fabien Chouteau
Fabien joined AdaCore in 2010 after his engineering degree at the EPITA (Paris). He is involved in real-time, embedded and hardware simulation technology. Maker/DIYer in his spare time, his projects include electronics, music and woodworking.
Keep your files stored safely and securely with the SanDisk 2TB Extreme Portable SSD. With over 69,505 ratings and an impressive 4.6 out of 5 stars, this product has been purchased over 8K+ times in the past month. At only $129.99, this Amazon’s Choice product is a must-have for secure file storage.
Help keep private content private with the included password protection featuring 256-bit AES hardware encryption. Order now for just $129.99 on Amazon!
Help Power Techcratic’s Future – Scan To Support
If Techcratic’s content and insights have helped you, consider giving back by supporting the platform with crypto. Every contribution makes a difference, whether it’s for high-quality content, server maintenance, or future updates. Techcratic is constantly evolving, and your support helps drive that progress.
As a solo operator who wears all the hats, creating content, managing the tech, and running the site, your support allows me to stay focused on delivering valuable resources. Your support keeps everything running smoothly and enables me to continue creating the content you love. I’m deeply grateful for your support, it truly means the world to me! Thank you!
BITCOIN bc1qlszw7elx2qahjwvaryh0tkgg8y68enw30gpvge Scan the QR code with your crypto wallet app |
DOGECOIN D64GwvvYQxFXYyan3oQCrmWfidf6T3JpBA Scan the QR code with your crypto wallet app |
ETHEREUM 0xe9BC980DF3d985730dA827996B43E4A62CCBAA7a Scan the QR code with your crypto wallet app |
Please read the Privacy and Security Disclaimer on how Techcratic handles your support.
Disclaimer: As an Amazon Associate, Techcratic may earn from qualifying purchases.