wok annotate gnustep-base/description.txt @ rev 25526

created recipe for lua5.1-mpack 1.0.9
author Hans-G?nter Theisgen
date Sat Feb 25 07:18:33 2023 +0100 (21 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.