Difference between revisions of "Glib"
m (Text replacement - "'''Selection from the [https://shop.fsf.org/ FSF shop]''' [https://shop.fsf.org/books/free-freedom-20-richard-stallman Free as in Freedom 2.0, by Richard Stallman] [https://shop.fsf.org/books-docs/introduction-command-line Introdu...) |
(Update a few URLs) |
||
Line 5: | Line 5: | ||
GLib provides the core application building blocks for libraries and applications written in C. It provides the core object system used in GNOME, the main loop implementation, and a large set of utility functions for strings and common data structures. | GLib provides the core application building blocks for libraries and applications written in C. It provides the core object system used in GNOME, the main loop implementation, and a large set of utility functions for strings and common data structures. | ||
− | |Homepage URL=https:// | + | |Homepage URL=https://wiki.gnome.org/Projects/GLib |
|Is High Priority Project=No | |Is High Priority Project=No | ||
− | |VCS checkout command=git clone | + | |VCS checkout command=git clone https://gitlab.gnome.org/GNOME/glib.git |
− | |Documentation note=https:// | + | |Documentation note=https://docs.gtk.org/glib/ |
|Decommissioned or Obsolete=No | |Decommissioned or Obsolete=No | ||
− | |Donate=https://www. | + | |Donate=https://www.gnome.org/donate/ |
|IRC general=irc://irc.gnome.org/#gtk+ | |IRC general=irc://irc.gnome.org/#gtk+ | ||
|Related projects=gnustandards,GTK+,Gnome,Pango | |Related projects=gnustandards,GTK+,Gnome,Pango | ||
Line 25: | Line 25: | ||
|Submitted date=2011/04/01 | |Submitted date=2011/04/01 | ||
|User level=none | |User level=none | ||
− | |||
|Accepts cryptocurrency donations=Yes | |Accepts cryptocurrency donations=Yes | ||
|Checksum=https://download.gnome.org/sources/glib/2.59/glib-2.59.0.sha256sum | |Checksum=https://download.gnome.org/sources/glib/2.59/glib-2.59.0.sha256sum | ||
|Test entry=No | |Test entry=No | ||
− | |Is GNU= | + | |Is GNU=No |
− | |||
}} | }} | ||
{{Project license | {{Project license |
Latest revision as of 14:23, 16 September 2021
GLib
https://wiki.gnome.org/Projects/GLib
Core application building blocks for libraries and applications written in C.
GLib is the low-level core library that forms the basis for projects such as GTK+ and GNOME. It provides data structure handling for C, portability wrappers, and interfaces for such runtime functionality as an event loop, threads, dynamic loading, and an object system.
GLib provides the core application building blocks for libraries and applications written in C. It provides the core object system used in GNOME, the main loop implementation, and a large set of utility functions for strings and common data structures.
Licensing
License
Verified by
Verified on
Notes
Leaders and contributors
Contact(s) | Role |
---|---|
Matthias Clasen | contributor |
Resources and communication
Audience | Resource type | URI |
---|---|---|
VCS Repository Webview | https://gitlab.gnome.org/GNOME/glib/ | |
General | https://wiki.gnome.org/Projects/GLib/ | |
Debian (Ref) (R) | https://tracker.debian.org/pkg/glib2.0 | |
Download | https://download.gnome.org/sources/glib/ | |
Mailing List | https://mail.gnome.org/mailman/listinfo/gtk-list/ | |
Perl (Ref) | https://metacpan.org/release/Glib | |
Mailing List | https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/ | |
Mailing List | https://mail.gnome.org/mailman/listinfo/gtk-devel-list/ |
Software prerequisites
Kind | Description |
---|---|
Weak prerequisite | libiconv |
Weak prerequisite | gettext (for message catalog handling) |
Required to build | make |
Required to build | pkg-config |
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.