This is the current revision of this page, as edited by Polluks (talk | contribs) at 11:14, 28 March 2023 (logo). The present address (URL) is a permanent link to this version.
Revision as of 11:14, 28 March 2023 by Polluks (talk | contribs) (logo)(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff) Collection of software subroutines Not to be confused with glibc, the GNU implementation of the C standard library or GLib, a bundle of system libraries developed mainly by GNOME.This article relies excessively on references to primary sources. Please improve this article by adding secondary or tertiary sources. Find sources: "Gnulib" – news · newspapers · books · scholar · JSTOR (August 2011) (Learn how and when to remove this message) |
Developer(s) | GNU Project |
---|---|
Repository | |
Written in | C |
Operating system | GNU |
Type | GNU portability library |
License | GNU General Public License |
Website | www |
Gnulib, also called the GNU portability library, is a collection of software subroutines which are designed to be usable on many operating systems. The goal of the project is to make it easy for free software authors to make their software run on many operating systems. Since source is designed to be copied from gnulib, it is not a library per-se, as much as a collection of portable idioms to be used in other projects.
Making a software package work on a system other than the original system it worked on is usually called "porting" the software to the new system, and a library is a collection of subroutines which can be added to new programs. Thus, Gnulib is the GNU project's portability library.
It is primarily written for use by the GNU Project, but can be used by any free software project.
See also
References
- "Gnulib - The GNU Portability Library". GNU Project.
External links
GNU Project | |
---|---|
History | |
Licenses | |
Software |
|
Contributors | |
Other topics |
This free and open-source software article is a stub. You can help Misplaced Pages by expanding it. |