Ada Programming/Libraries/Ada

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Ada. Time-tested, safe and secure.
Ada. Time-tested, safe and secure.

The Ada package is only an anchor or namespace for Ada's standard library. Most compilers will not allow you to add new packages to the Ada hierarchy and even if your compiler allows it you should not do so since all package names starting with Ada. are reserved for future extensions.

List of language defined child units

The following library units (packages and generic subprograms) are descendents of the package Ada.

(Ada 2005)
This package is available since Ada 2005.
(Ada 20012)
This package is available since Ada 2012.

A – C

D – F

G – R

R – S

T – U

W – Z

List of implementation defined child units

The Reference Manual allows compiler vendors to add extensions to the Standard Libraries. However, these extensions cannot be directly children of the package Ada, only grandchildren—for example Ada.Characters.Latin_9.

Currently, only the implementation defined library units of the GNAT compiler are listed here. You can help Wikibooks by adding implementation dependent packages of other compilers:

GNAT
Extended package implemented by GNAT.
ObjectAda
Extended package implemented by ObjectAda.
APEX
Extended package implemented by IBM/Rational APEX.

A – K

L – Q

R – Z

See also

Wikibook

Ada Reference Manual

A.2: The Package Ada [Annotated]