_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
json-glib 1.10.0
Dependencies: bash-minimal@5.1.16
Propagated dependencies: glib@2.82.1
Channel: guix
Location: gnu/packages/gnome.scm (gnu packages gnome)
Home page: https://wiki.gnome.org/Projects/JsonGlib
Licenses: LGPL 2.1+
Synopsis: Glib and GObject implementation of JSON
Description:

JSON-GLib is a library providing serialization and described by RFC 4627. It implements a full JSON parser and generator using GLib and GObject, and integrates JSON with GLib data types.

perl-glib 1.3294
Propagated dependencies: glib@2.82.1
Channel: guix
Location: gnu/packages/glib.scm (gnu packages glib)
Home page: https://metacpan.org/release/Glib
Licenses: LGPL 2.1+
Synopsis: Perl wrappers for the GLib utility and Object libraries
Description:

This module provides perl access to GLib and GLib's GObject libraries. GLib is a portability and utility library; GObject provides a generic type system with inheritance and a powerful signal system. Together these libraries are used as the foundation for many of the libraries that make up the Gnome environment, and are used in many unrelated projects.

i3ipc-glib 1.0.1
Propagated dependencies: glib@2.82.1 json-glib@1.10.0 libxcb@1.17.0
Channel: guix
Location: gnu/packages/wm.scm (gnu packages wm)
Home page: https://github.com/altdesktop/i3ipc-glib
Licenses: GPL 3+
Synopsis: C interface library to i3 window manager
Description:

i3ipc-GLib is a C library for controlling the i3 window manager.

ecl-cl-glib 1.0.0-1.9e52827
Dependencies: glib@2.82.1 gobject-introspection@1.82.0 ecl-bordeaux-threads@0.9.3 ecl-cl-gobject-introspection-wrapper@1.0.0-1.2d197cb
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/bohonghuang/cl-glib
Licenses: LGPL 3+
Synopsis: Glib, GIO and Gobject bindings for Common Lisp
Description:

This library provides Glib, GIO and Gobject bindings for Common Lisp via Gobject Introspection.

sbcl-cl-glib 1.0.0-1.9e52827
Dependencies: glib@2.82.1 gobject-introspection@1.82.0 sbcl-bordeaux-threads@0.9.3 sbcl-cl-gobject-introspection-wrapper@1.0.0-1.2d197cb
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/bohonghuang/cl-glib
Licenses: LGPL 3+
Synopsis: Glib, GIO and Gobject bindings for Common Lisp
Description:

This library provides Glib, GIO and Gobject bindings for Common Lisp via Gobject Introspection.

libqrtr-glib 1.2.2
Dependencies: libgudev@238 libmbim@1.30.0
Propagated dependencies: glib@2.82.1
Channel: guix
Location: gnu/packages/freedesktop.scm (gnu packages freedesktop)
Home page: https://gitlab.freedesktop.org/mobile-broadband/libqrtr-glib
Licenses: LGPL 2.1+
Synopsis: Qualcomm IPC Router protocol helper library
Description:

libqrtr-glib is a glib-based library to use and manage the QRTR (Qualcomm IPC Router) bus.

libgit2-glib 1.2.0
Dependencies: libssh2@1.10.0
Propagated dependencies: glib@2.82.1 libgit2@1.5.2
Channel: guix
Location: gnu/packages/gnome.scm (gnu packages gnome)
Home page: https://wiki.gnome.org/Projects/Libgit2-glib
Licenses: GPL 2+
Synopsis: GLib wrapper around the libgit2 Git access library
Description:

libgit2-glib is a GLib wrapper library around the libgit2 Git access library. It only implements the core plumbing functions, not really the higher level porcelain stuff.

geocode-glib 3.26.4
Dependencies: libsoup@3.6.1
Propagated dependencies: glib@2.82.1
Channel: guix
Location: gnu/packages/gnome.scm (gnu packages gnome)
Home page: https://github.com/GNOME/geocode-glib/
Licenses: LGPL 2.0+
Synopsis: Geocoding and reverse-geocoding library
Description:

geocode-glib is a convenience library for geocoding (finding longitude, and latitude from an address) and reverse geocoding (finding an address from coordinates) using the Nominatim service. geocode-glib caches requests for faster results and to avoid unnecessary server load.

libvirt-glib 5.0.0
Dependencies: openssl@3.0.8 cyrus-sasl@2.1.28 lvm2@2.03.22 yajl@2.1.0
Propagated dependencies: glib@2.82.1 libvirt@11.0.0 libxml2@2.9.14 gobject-introspection@1.82.0
Channel: guix
Location: gnu/packages/virtualization.scm (gnu packages virtualization)
Home page: https://libvirt.org
Licenses: LGPL 2.1+
Synopsis: GLib wrapper around libvirt
Description:

libvirt-glib wraps the libvirt library to provide a high-level object-oriented API better suited for glib-based applications, via three libraries:

  1. libvirt-glib - GLib main loop integration & misc helper APIs

  2. libvirt-gconfig - GObjects for manipulating libvirt XML documents

  3. libvirt-gobject - GObjects for managing libvirt objects

jsonrpc-glib 3.44.1
Dependencies: glib@2.82.1 json-glib@1.10.0
Channel: guix
Location: gnu/packages/gnome.scm (gnu packages gnome)
Home page: https://gitlab.gnome.org/GNOME/jsonrpc-glib
Licenses: LGPL 2.1+
Synopsis: JSON-RPC library for GLib
Description:

Jsonrpc-GLib is a library to communicate with JSON-RPC based peers in either a synchronous or asynchronous fashion. It also allows communicating using the GVariant serialization format instead of JSON when both peers support it. You might want that when communicating on a single host to avoid parser overhead and memory-allocator fragmentation.

rust-glib-sys 0.14.0
Dependencies: glib@2.82.1
Channel: guix
Location: gnu/packages/crates-gtk.scm (gnu packages crates-gtk)
Home page: https://gtk-rs.org/
Licenses: Expat
Synopsis: FFI bindings to libglib-2.0
Description:

This package provides FFI bindings to libglib-2.0.

rust-glib-sys 0.17.10
Dependencies: glib@2.82.1
Channel: guix
Location: gnu/packages/crates-gtk.scm (gnu packages crates-gtk)
Home page: https://gtk-rs.org/
Licenses: Expat
Synopsis: FFI bindings to libglib-2.0
Description:

This package provides FFI bindings to libglib-2.0.

rust-glib-sys 0.18.1
Dependencies: glib@2.82.1
Channel: guix
Location: gnu/packages/crates-gtk.scm (gnu packages crates-gtk)
Home page: https://gtk-rs.org/
Licenses: Expat
Synopsis: FFI bindings to libglib-2.0
Description:

This package provides FFI bindings to libglib-2.0.

rust-glib-sys 0.9.1
Dependencies: glib@2.82.1
Channel: guix
Location: gnu/packages/crates-gtk.scm (gnu packages crates-gtk)
Home page: https://gtk-rs.org/
Licenses: Expat
Synopsis: FFI bindings to libglib-2.0
Description:

This package provides FFI bindings to libglib-2.0.

rust-glib-sys 0.19.8
Dependencies: glib@2.82.1
Channel: guix
Location: gnu/packages/crates-gtk.scm (gnu packages crates-gtk)
Home page: https://gtk-rs.org/
Licenses: Expat
Synopsis: FFI bindings to libglib-2.0
Description:

This package provides FFI bindings to libglib-2.0.

rust-glib-sys 0.10.1
Dependencies: glib@2.82.1
Channel: guix
Location: gnu/packages/crates-gtk.scm (gnu packages crates-gtk)
Home page: https://gtk-rs.org/
Licenses: Expat
Synopsis: FFI bindings to libglib-2.0
Description:

This package provides FFI bindings to libglib-2.0.

rust-glib-sys 0.15.10
Dependencies: glib@2.82.1
Channel: guix
Location: gnu/packages/crates-gtk.scm (gnu packages crates-gtk)
Home page: https://gtk-rs.org/
Licenses: Expat
Synopsis: FFI bindings to libglib-2.0
Description:

This package provides FFI bindings to libglib-2.0.

rust-glib-sys 0.20.6
Dependencies: glib@2.82.1
Channel: guix
Location: gnu/packages/crates-gtk.scm (gnu packages crates-gtk)
Home page: https://gtk-rs.org/
Licenses: Expat
Synopsis: FFI bindings to libglib-2.0
Description:

This package provides FFI bindings to libglib-2.0.

glibc-locales 2.39
Dependencies: bash-static@5.1.16
Propagated dependencies: linux-libre-headers@5.15.49
Channel: guix
Location: gnu/packages/base.scm (gnu packages base)
Home page: https://www.gnu.org/software/libc/
Licenses: LGPL 2.0+
Synopsis: All the locales supported by the GNU C Library
Description:

This package provides all the locales supported by the GNU C Library, more than 400 in total. To use them set the LOCPATH environment variable to the share/locale sub-directory of this package.

glibc-locales 2.39
Dependencies: bash-static@5.1.16
Propagated dependencies: linux-libre-headers@5.15.49
Channel: guix
Location: gnu/packages/base.scm (gnu packages base)
Home page: https://www.gnu.org/software/libc/
Licenses: LGPL 2.0+
Synopsis: All the locales supported by the GNU C Library
Description:

This package provides all the locales supported by the GNU C Library, more than 400 in total. To use them set the LOCPATH environment variable to the share/locale sub-directory of this package.

glibc-for-fhs 2.39
Dependencies: bash-static@5.1.16
Propagated dependencies: linux-libre-headers@5.15.49
Channel: guix
Location: gnu/packages/base.scm (gnu packages base)
Home page: https://www.gnu.org/software/libc/
Licenses: LGPL 2.0+
Synopsis: The GNU C Library
Description:

Any Unix-like operating system needs a C library: the library which defines the "system calls" and other basic facilities such as open, malloc, printf, exit...

The GNU C library is used as the C library in the GNU system and most systems with the Linux kernel.

template-glib 3.36.2
Dependencies: gettext-minimal@0.21 glib@2.82.1 gobject-introspection@1.82.0
Channel: guix
Location: gnu/packages/glib.scm (gnu packages glib)
Home page: https://gitlab.gnome.org/GNOME/template-glib
Licenses: LGPL 2.1+
Synopsis: Library for template expansion
Description:

Template-GLib is a library to help you generate text based on a template and user defined state. Template-GLib does not use a language runtime, so it is safe to use from any GObject-Introspectable language.

Template-GLib allows you to access properties on GObjects as well as call simple methods via GObject-Introspection.

julia-glib-jll 2.68.1+0
Dependencies: glib@2.82.1
Propagated dependencies: julia-jllwrappers@1.3.0 julia-gettext-jll@0.21.0+0 julia-libffi-jll@3.3.0+0 julia-libiconv-jll@1.16.1+0 julia-libmount-jll@2.35.0+0 julia-pcre-jll@8.44.0+0 julia-zlib-jll@1.2.12+1
Channel: guix
Location: gnu/packages/julia-jll.scm (gnu packages julia-jll)
Home page: https://github.com/JuliaBinaryWrappers/Glib_jll.jl
Licenses: Expat
Synopsis: Glib library wrappers
Description:

This package provides a wrapper for the glib library.

libsignon-glib 2.1
Dependencies: check@0.15.2 signond@8.61 python@3.10.7 python-pygobject@3.50.0
Propagated dependencies: glib@2.82.1
Channel: guix
Location: gnu/packages/qt.scm (gnu packages qt)
Home page: https://accounts-sso.gitlab.io/libsignon-glib/
Licenses: LGPL 2.1+
Synopsis: Single signon authentication library for GLib applications
Description:

This package provides single signon authentication library for GLib applications.

Page: 1234
Total results: 76