UmVirt LFS Package info

DB commit: 0e3f332d314edc4d2a4aff93cd82e0f008aa0b2e
APP commit: b0e7f121177a769c20a4c985867d650259b096ce
[ BASH | XML | JSON ]

json-glib

The JSON GLib package is a library providing serialization and deserialization support for the JavaScript Object Notation (JSON) format described by RFC 4627.

Package info

Template:
Codename: json-glib
Source file: json-glib-1.10.6.tar.xz
Source file size: 253324
Source file MD5-checkum: d4bf13ddd1e6d607d039d39286f9e3d0
Source directory: json-glib-1.10.6
Package URL: https://umvirt.com/linux/downloads/0.2.3/packages/j/json-glib-1.10.6.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.3/packages/j/json-glib-1.10.6.tar.xz.md5sum
Dependances: glib, gobject-introspection.
Dependance of: libblockdev, gnome-sudoku, lxqt-archiver, geoclue, !gnome-session, pavucontrol, winegui, geocode-glib, libgusb, xdg-desktop-portal, rest, gnome-online-accounts, epiphany, !libgdata, !tracker, clutter, gegl-rustless.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
mkdir build &&
cd    build &&

meson setup --prefix=/usr --buildtype=release .. 

Build script:
cd    build &&
ninja

if [[ "$ULFS_PKG_TEST" == "YES" ]]
then
	    ninja test
fi

Install script:
cd    build &&
ninja install