wok-current diff 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 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/gnustep-base/description.txt Tue Feb 22 14:48:21 2022 +0100 1.3 @@ -0,0 +1,10 @@ 1.4 +The GNUstep Base Library is a library of general-purpose, 1.5 +non-graphical Objective C objects. 1.6 +For example, it includes classes for strings, object collections, 1.7 +byte streams, typed coders, invocations, notifications, 1.8 +notification dispatchers, moments in time, network ports, remote 1.9 +object messaging support (distributed objects), and event loops. 1.10 + 1.11 +It provides functionality that aims to implement the non-graphical 1.12 +portion of the Apple's Cocoa frameworks (the Foundation library) 1.13 +which came from the OpenStep standard.