# SPDX-License-Identifier: GPL-2.0-or-later # Copyright (C) 2010-2011 Roman Weber (roman@openelec.tv) # Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv) # Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv) PKG_NAME="json-c" PKG_VERSION="0.16" PKG_SHA256="c169436bd63a30fce4f9560befccb6bad3d375c8c7e9905ceb4e1f28f2cb24f7" PKG_LICENSE="MIT" PKG_SITE="https://github.com/json-c/json-c" PKG_URL="https://github.com/json-c/json-c/archive/json-c-${PKG_VERSION%-*}.tar.gz" PKG_DEPENDS_TARGET="toolchain" PKG_LONGDESC="Implements a reference counting object model that allows you to easily construct JSON objects in C."