wok-current annotate gnustep-base/description.txt @ rev 24519
updated etherape (0.9.18 -> 0.9.20)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Feb 22 14:48:21 2022 +0100 (2022-02-22) |
parents | |
children |
rev | line source |
---|---|
Hans-G?nter@24456 | 1 The GNUstep Base Library is a library of general-purpose, |
Hans-G?nter@24456 | 2 non-graphical Objective C objects. |
Hans-G?nter@24456 | 3 For example, it includes classes for strings, object collections, |
Hans-G?nter@24456 | 4 byte streams, typed coders, invocations, notifications, |
Hans-G?nter@24456 | 5 notification dispatchers, moments in time, network ports, remote |
Hans-G?nter@24456 | 6 object messaging support (distributed objects), and event loops. |
Hans-G?nter@24456 | 7 |
Hans-G?nter@24456 | 8 It provides functionality that aims to implement the non-graphical |
Hans-G?nter@24456 | 9 portion of the Apple's Cocoa frameworks (the Foundation library) |
Hans-G?nter@24456 | 10 which came from the OpenStep standard. |