Definitions for "Library unit"
A compilation unit that is a specification, not a body. It is part of an Ada library, displayed as a graphical icon in AdaVision. ( See also Compilation unit.)
a child of its parent unit
A library unit is a separately compiled program unit, and is always a package, subprogram, or generic unit. Library units may have other (logically nested) library units as children, and may have other program units physically nested within them. A root library unit, together with its children and grandchildren and so on, form a subsystem. (23)