UmVirt LFS Package info

📦Package info

🔙Parent Directory  -

DB commit: eeb5b556770c9a541df710c0fd927901d6de9d66
APP commit:
[ BASH | XML | JSON ]

json-c

The JSON-C implements a reference counting object model that allows you to easily construct JSON objects in C, output them as JSON formatted strings and parse JSON formatted strings back into the C representation of JSON objects.

Package info

Codename: json-c
Source file: json-c-0.17.tar.gz
Source directory: json-c-0.17
Package URL: https://ulfs.org/linux/downloads/package_files/0.2/packages/j/json-c-0.17.tar.gz
Package md5-checksum URL: https://ulfs.org/linux/downloads/package_files/0.2/packages/j/json-c-0.17.tar.gz.md5sum
Dependances: cmake, doxygen.
Dependance of: cryptsetup, libmypaint.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
mkdir build &&
cd    build &&

ARG_STATIC="-DBUILD_STATIC_LIBS=OFF"
if [[ "$ULFS_PKG_STATIC" == "YES" ]]
then
    ARG_STATIC="-DBUILD_STATIC_LIBS=ON"
fi

cmake -DCMAKE_INSTALL_PREFIX=/usr \
      -DCMAKE_BUILD_TYPE=Release \
      $ARG_STATIC   \
      ..

Build script:
cd    build &&
make
if [[ "$ULFS_PKG_TEST" == "YES" ]]
then
	    make test
fi

Install script:
cd    build &&
make install


Apache/2.4.62 (Debian) Server at ulfs.org Port 443