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

updated pugixml (1.10 -> 1.12.1)
author Hans-G?nter Theisgen
date Thu Jun 30 16:40:03 2022 +0100 (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.