gnulib
{{Short description|Collection of software subroutines}}
{{distinguish|text=glibc, the GNU implementation of the C standard library or GLib, a bundle of system libraries developed mainly by GNOME}}
{{primary sources|date=August 2011}}
{{Infobox software
| name = Gnulib
| logo = Heckert GNU white.svg
| logo size =
| developer = GNU Project
| latest release version =
| latest release date =
| programming language = C
| operating_system = GNU
| genre = GNU portability library
| license = GNU General Public License
| website = {{url|https://www.gnu.org/software/gnulib/}}
}}
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.{{cite web |url=https://www.gnu.org/software/gnulib/ |title=Gnulib - The GNU Portability Library |publisher=GNU Project}}
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
{{Portal|Free and open-source software}}
References
{{Reflist}}
External links
- [https://www.gnu.org/software/gnulib/ The official Gnulib homepage]
{{GNU}}
Category:Free computer libraries
{{Free-software-stub}}