# # The C library for parsing and manipulating strings in JSON format. # # 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. It aims # to conform to RFC 7159. # QICFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QICXXFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QILDFLAGS="-s" QICPPFLAGS="-D_FORTIFY_SOURCE=2" pkgname=json-c pkgversion=0.16-20220414 arch=amd64 release=1 pkgcategory="libs" full_pkgname=json-c_0.16-20220414_amd64-1@libs blurb="The C library for parsing and manipulating strings in JSON format." homepage="https://github.com/json-c/json-c" license="MIT" fetch="https://github.com/json-c/json-c/archive/refs/tags/json-c-0.16-20220414.tar.gz" replace=""