Category:GNAT RTL
Library
This is an example of a library. You may see a list of other libraries used on Rosetta Code at Category:Solutions by Library.
This is an example of a library. You may see a list of other libraries used on Rosetta Code at Category:Solutions by Library.
GNAT RTL is an implementation of the standard Ada library distributed with the GNAT compiler. It provides numerous additional packages for:
- Components;
- OS calls;
- Debugging;
- Pattern matching;
- Sockets.
The library is distributed under the GPL license and maintained by AdaCore.