Revision as of 02:12, 8 October 2013 editNasnema (talk | contribs)Extended confirmed users, Pending changes reviewers15,827 editsm Reverted edits by 70.198.1.174 (talk) to last revision by Uniwersalista (HG)← Previous edit | Latest revision as of 11:14, 28 March 2023 edit undoPolluks (talk | contribs)Extended confirmed users6,894 edits logoTag: 2017 wikitext editor | ||
(14 intermediate revisions by 13 users not shown) | |||
Line 1: | Line 1: | ||
{{Short description|Collection of software subroutines}} | |||
{{distinguish|text=], the GNU implementation of the C standard library or ], a bundle of system libraries developed mainly by GNOME}} | |||
{{primary sources|date=August 2011}} | {{primary sources|date=August 2011}} | ||
{{Infobox software | {{Infobox software | ||
| name = Gnulib | | name = Gnulib | ||
| logo = | | logo = Heckert GNU white.svg | ||
| logo size = | |||
| developer = ] | | developer = ] | ||
| latest release version = | | latest release version = | ||
| latest release date = | | latest release date = | ||
| programming language = ] | |||
| operating_system = ] | | operating_system = ] | ||
| genre = GNU portability library | | genre = GNU portability library | ||
| license = ] | | license = ] | ||
| website = {{url| |
| website = {{url|https://www.gnu.org/software/gnulib/}} | ||
}} | }} | ||
'''Gnulib''', also called the '''GNU portability library''', is a collection of software ]s which are designed to be usable on many ]s. |
'''Gnulib''', also called the '''GNU portability library''', is a collection of software ]s which are designed to be usable on many ]s. The goal of the project is to make it easy for ] 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 ] to be used in other projects.<ref>{{cite web |url=https://www.gnu.org/software/gnulib/ |title=Gnulib - The GNU Portability Library |publisher=GNU Project}}</ref> | ||
Making a software package work on a system other than the original system it worked on is usually called "]" the software to the new system, and a library is a collection of subroutines which can be added to new programs. |
Making a software package work on a system other than the original system it worked on is usually called "]" 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 ] library. | ||
It is primarily written for use by the ], but can be used by any ] project. | It is primarily written for use by the ], but can be used by any ] project. | ||
== |
==See also== | ||
{{Portal|Free software}} | {{Portal|Free and open-source software}} | ||
*] | * ] | ||
* ] | |||
==References== | ==References== | ||
{{Reflist}} | |||
<references/> | |||
==External links== | ==External links== | ||
* | * | ||
* on ] | |||
* | |||
{{GNU}} | {{GNU}} | ||
<!-- Categories --> | <!-- Categories --> | ||
⚫ | ] | ||
] | ] | ||
⚫ | ] | ||
{{Free-software-stub}} | {{Free-software-stub}} |
Latest revision as of 11:14, 28 March 2023
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. |