ObjectiveLib is a library of containers and generic algorithms for Objective-C meant to provide the same benefits to Objective-C developers that the Standard Template Library provides for C++ developers. Version 0.9 includes the following new features:
* Support for the GNUstep platform, which is tested on many different systems. See the file Build.html in the source release for details.
* All containers and function objects now support the NSCoding protocol.
* All containers and function objects now have class methods that are convenience allocators. These methods allocate, initialize and autorelease instances of the class before returning.
All of the containers and algorithms from the STL are included in ObjectiveLib, and the API is meant to match closely the STL API.