summaryrefslogtreecommitdiff
blob: b347a3b634813b02d2459b7035fa82ae3e7677c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>gnustep@gentoo.org</email>
		<name>Gentoo GNUstep Project</name>
	</maintainer>
	<longdescription>
		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.
	</longdescription>
	<use>
		<flag name="boehm-gc">Enable Hans Boehm's garbage collector
		(<pkg>dev-libs/boehm-gc</pkg>). Not recommended by upstream</flag>
	</use>
	<upstream>
		<remote-id type="github">gnustep/libobjc2</remote-id>
	</upstream>
</pkgmetadata>