wok annotate 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
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.