gcc-12-locales
GCC, the GNU compiler collection (native language support files)
Native language support for GCC. Lets GCC speak your language,
if translations are available.
abcl
Common Lisp implementation in the Java Virtual Machine
Armed Bear Common Lisp (ABCL) is a conforming implementation of ANSI X3J13
Common Lisp that runs in the Java Virtual Machine. It compiles Lisp code
directly to Java byte code for execution.
libobject-pad-slotattr-lazyinit-perl
lazily initialise Object::Pad slots at first read
Object::Pad::SlotAttr::LazyInit provides
a third-party slot attribute for Object::Pad-based classes,
which declares that the slot it is attached to
has a lazy initialisation method,
which will be called the first time the slot's value is read from.
env-assert
tool to ensure that the environment variables match expectations
The envassert script, accompanied by the Env::Assert module, checks that
your runtime environment, as defined with environment variables, matches with
what you want.
libobject-pad-slotattr-isa-perl
apply class type constraints to Object::Pad slots
Object::Pad::SlotAttr::isa provides
a third-party slot attribute for Object::Pad-based classes,
which declares that values assigned to the slot must conform
to a given object type.
libobject-pad-slotattr-final-perl
declare Object::Pad slots readonly after construction
Object::Pad::SlotAttr::Final provides
a third-party slot attribute for Object::Pad-based classes,
which declares that the slot it is attached to
shall be set as readonly when the constructor returns,
disallowing further modification to it.