Apocrypha

libobjc2

GNUstep Objective-C runtime

The GNUstep Objective-C runtime is designed as a drop-in replacement for the GCC runtime. It supports both a legacy and a modern ABI, allowing code compiled with old versions of GCC to be supported without requiring recompilation. The modern ABI adds the following features: - Non-fragile instance variables. - Protocol uniquing. - Object planes support. - Declared property introspection. Both ABIs support the following feature above and beyond the GCC runtime: - The modern Objective-C runtime APIs, introduced with OS X 10.5. - Blocks (closures). - Low memory profile for platforms where memory usage is more important than speed. - Synthesised property accessors. - Efficient support for @synchronized() - Type-dependent dispatch, eliminating stack corruption from mismatched selectors.

Available in

OverlayNewestEbuildsLast activity
gentoo gitweb ↗ 2.3-r1 2 15 h details ›

Versions & arches

VersionOverlay amd64x86 Committed
2.3-r1 gentoo amd64 testing x86 testing view · download · history ↗
2.3 gentoo amd64 testing x86 testing view · download · history ↗

Use flags of 2.3-r1

  • libdispatch Build against the blocks runtime in dev-libs/libdispatch
  • test Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)

Runtime dependencies of 2.3-r1

show 7 lines