wok diff gnustep-base/description.txt @ rev 24985

Add python-future
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue May 10 07:46:58 2022 +0000 (24 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gnustep-base/description.txt	Tue May 10 07:46:58 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.