Tag Archives: Simple Components
A Slew of Dmitry Kazakov Updates
Dmitry Kazakov refreshed a bunch of his Ada packages a few days ago: Fuzzy sets for Ada v5.6 (release ann.) GtkAda contributions v2.12 (release ann.) Simple components v3.14 (release ann.) Strings_Edit 2.8 (release ann.) If Ada programming is your game, then there’s a good chance you’ll find one or more of Dmitry’s Ada packages beneficial, [...]
Dmitry Kazakov release a bunch of updates
The always prolific Dmitry Kazakov is on fire today. With three new releases on the block, he must’ve been pretty busy these past days: Tables for Ada v1.11 Strings edit v2.6 Simple components v3.13 Tables for Ada provides a table that is searched using string keys. Strings edit implements and abundance of I/O facilities, and [...]
Simple Components v. 3.12
In the latest edition of Dmitry Kazakov’s Simple Components library, Dmitry provides support for streams: The package Block_Streams provides a stream built upon a stream of blocks transported over another stream. The stream can be used to store binary data in files access using Stream_IO or for sending data over a socket. The package Storage_Streams [...]
Another Round of Dmitry Kazakov Updates