3bec8741ff
Update dependent packages with more recent releases. Remove old and bit-rotted ones. Switch to using clang 3.3 and libobjc2 1.7 by default, so modern Objective-C features work out of the box and remove a lot of configurable options for sub-optimal (and, often, unsupported / deprecated upstream) configurations. Take maintainership of GNUstep-related ports. Several of the ports left in have scary warnings which mean that they are likely broken in lots of cases. Future commits will fix them. Approved by: bapt
13 lines
582 B
Text
13 lines
582 B
Text
The GNUstep Base library implements the Foundation portion of the OpenStep
|
|
specification, jointly developed by NeXT and Sun. It aims to provide
|
|
compatibility with extensions added by Apple's implementation of this standard:
|
|
Cocoa. The Foundation framework provides the standard library for Objective-C,
|
|
including collections, operating system interfaces, and so on.
|
|
|
|
Please contact the GNUstep maintainers at <discuss-gnustep@gnu.org> in
|
|
case of questions and offers of help.
|
|
|
|
LICENSE: LGPL2 or later (framework)
|
|
LICENSE: GPL3 or later (tools, docs)
|
|
|
|
WWW: http://www.gnustep.org/
|