wok diff gnustep-base/description.txt @ rev 24983
Up xcursor-comix (0.9.2)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun May 08 16:45:21 2022 +0000 (2022-05-08) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/gnustep-base/description.txt Sun May 08 16:45:21 2022 +0000 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.