All Projects → gnustep → Libs Base

gnustep / Libs Base

Licence: other
The GNUstep Base Library is a library of general-purpose, non-graphical Objective C objects.

Projects that are alternatives of or similar to Libs Base

NeoMarkdigXaml
Markdig Xaml/Wpf Renderer
Stars: ✭ 18 (-96.87%)
Mutual labels:  foundation
Framework Codeidea
System file classification
Stars: ✭ 289 (-49.83%)
Mutual labels:  foundation
Foundation
Empire strikes back
Stars: ✭ 430 (-25.35%)
Mutual labels:  foundation
Rearrange
Collection of utilities for interacting with NSRange and NSTextRange
Stars: ✭ 28 (-95.14%)
Mutual labels:  foundation
Foundationpress
FoundationPress is a WordPress starter theme based on Foundation 6 by Zurb
Stars: ✭ 2,776 (+381.94%)
Mutual labels:  foundation
Ip2unix
Turn IP sockets into Unix domain sockets
Stars: ✭ 295 (-48.78%)
Mutual labels:  gnu
autoconf
Mirror of git://git.savannah.gnu.org/autoconf.git
Stars: ✭ 21 (-96.35%)
Mutual labels:  gnu
Open Loyalty
Open Loyalty is technology for loyalty solutions for starting new loyalty projects.
Stars: ✭ 476 (-17.36%)
Mutual labels:  foundation
Pagy
🏆 The Best Pagination Ruby Gem 🥇
Stars: ✭ 3,340 (+479.86%)
Mutual labels:  foundation
Nord Emacs
An arctic, north-bluish clean and elegant Emacs theme.
Stars: ✭ 379 (-34.2%)
Mutual labels:  gnu
bison
GNU Bison
Stars: ✭ 144 (-75%)
Mutual labels:  gnu
python-paginate
Pagination support for python web frameworks (study from will_paginate).
Stars: ✭ 17 (-97.05%)
Mutual labels:  foundation
Material Foundation
Material Design version of Foudation for Sites by Zurb
Stars: ✭ 361 (-37.33%)
Mutual labels:  foundation
governance
TODO Group Governance
Stars: ✭ 69 (-88.02%)
Mutual labels:  foundation
Mazucc
A minimalist C compiler with x86_64 code generation
Stars: ✭ 437 (-24.13%)
Mutual labels:  gnu
core
🔥 Antares Core Implemenation. Most important project layer, this is the heart for your app. ACL, notifiter, console, geoip, areas, utils and many more...
Stars: ✭ 24 (-95.83%)
Mutual labels:  foundation
Wtrequestcenter
WTKit is my Code accumulation
Stars: ✭ 293 (-49.13%)
Mutual labels:  foundation
React Foundation
Foundation as React components.
Stars: ✭ 573 (-0.52%)
Mutual labels:  foundation
Alicerce
A base for iOS Applications made with ❤️ by Mindera 🤠
Stars: ✭ 465 (-19.27%)
Mutual labels:  foundation
Texmacs
Source Code of GNU TeXmacs, Developers Guide ==>
Stars: ✭ 372 (-35.42%)
Mutual labels:  gnu

1 Readme


The GNUstep Base Library is a library of general-purpose, non-graphical Objective C objects. For example, it includes classes for strings, object collections, byte streams, typed coders, invocations, notifications, notification dispatchers, moments in time, network ports, remote object messaging support (distributed objects), and event loops.

It provides functionality that aims to implement the non-graphical portion of the Apple's Cocoa frameworks (the Foundation library) which came from the OpenStep standard.

1.1 Initial reading

The file 'NEWS' has the library's feature history.

The files 'INSTALL' or 'GNUstep-HOWTO' (from the web site) gives instructions for installing the library.

1.2 License

The GNUstep libraries and library resources are covered under the GNU Lesser Public License. This means you can use these libraries in any program (even non-free programs). If you distribute the libraries along with your program, you must make the improvements you have made to the libraries freely available. You should read the COPYING.LIB file for more information. All files in the 'Source', 'Headers' 'NSCharacterSets', 'NSTimeZones', and 'Resources' directories and subdirectories under this are covered under the LGPL.

GNUstep tools, test programs, and other files are covered under the GNU Public License. This means if you make changes to these programs, you cannot charge a fee, other than distribution fees, for others to use the program. You should read the COPYING file for more information. All files in the 'Documentation', 'Examples', 'Tools', 'config', and 'macosx' directories are covered under the GPL.

With GNUstep-Base, we strongly recommend the use of the ffcall libraries, which provides stack frame handling for NSInvocation and NSConnection. "Ffcall is under GNU GPL. As a special exception, if used in GNUstep or in derivate works of GNUstep, the included parts of ffcall are under GNU LGPL" (Text in quotes provided by the author of ffcall).

1.3 How can you help?

Copyright (C) 2005 Free Software Foundation

Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].