wok annotate gnustep-base/description.txt @ rev 25371
updated tmux-mem-cpu-load (3.4.0 -> 3.6.0)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jul 29 14:34:07 2022 +0100 (2022-07-29) |
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. |