diff options
author | Christopher Walker <kris240376@gmail.com> | 2013-05-05 02:30:08 -0500 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2013-05-12 22:20:52 -0300 |
commit | 9fdc721a4f075f51fdcef80b8a99c364bd905aa2 (patch) | |
tree | df3565b97e1372655d387fa3d91fee746dab63ce /development/gnustep-base/slack-desc | |
parent | 645655708e8f5a3e24a5017b5e6d020948289910 (diff) | |
download | slackbuilds-9fdc721a4f075f51fdcef80b8a99c364bd905aa2.tar.gz |
development/gnustep-base: Added (GNUstep Base Library)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/gnustep-base/slack-desc')
-rw-r--r-- | development/gnustep-base/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/development/gnustep-base/slack-desc b/development/gnustep-base/slack-desc new file mode 100644 index 0000000000..265108f070 --- /dev/null +++ b/development/gnustep-base/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +gnustep-base: gnustep-base (GNUstep Base Library) +gnustep-base: +gnustep-base: The GNUstep Base Library is a library of general-purpose, non- +gnustep-base: graphical Objective C objects. For example, it includes classes for +gnustep-base: strings, object collections, byte streams, typed coders, invocations, +gnustep-base: notifications, notification dispatchers, moments in time, network +gnustep-base: ports, remote object messaging support (distributed objects), and +gnustep-base: event loops. +gnustep-base: +gnustep-base: It provides functionality that aims to implement the non-graphical +gnustep-base: portion of the Apple's Cocoa frameworks (the Foundation library). |