Files
chromebrew/packages/jsoncpp.rb
chromebrew-actions[bot] 2460915b8f jsoncpp -> 1.9.7 in updater-jsoncpp-1.9.7 — jsoncpp: 1.9.6 → 1.9.7 (#15084)
* jsoncpp -> 1.9.7 in updater-jsoncpp-1.9.7

* Mark packages from successful builds as automatically buildable.

* updater-jsoncpp-1.9.7: Package File Update Run on linux/386 container.

* updater-jsoncpp-1.9.7: Package File Update Run on linux/amd64 container.

* updater-jsoncpp-1.9.7: Package File Update Run on linux/arm/v7 container.

---------

Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
Co-authored-by: Zopolis4 <Zopolis4@users.noreply.github.com>
2026-03-20 06:05:49 +00:00

23 lines
779 B
Ruby

require 'buildsystems/meson'
class Jsoncpp < Meson
description 'A C++ library for interacting with JSON.'
homepage 'https://github.com/open-source-parsers/jsoncpp'
version '1.9.7'
license 'MIT, public-domain'
compatibility 'all'
source_url 'https://github.com/open-source-parsers/jsoncpp.git'
git_hashtag version
binary_compression 'tar.zst'
binary_sha256({
aarch64: '768995f3ef460d128f25affb65e0a3de8dd866aadacd998c551485992b2dccf6',
armv7l: '768995f3ef460d128f25affb65e0a3de8dd866aadacd998c551485992b2dccf6',
i686: 'f5b27c142a07ec5ae2e4b8030feb9f12997341eb662479c0a049e3b67da69193',
x86_64: '4a1e67172ddcf3d6531a7fd387685c30c3c64440ae82eb03b2f06d2b9eeea344'
})
depends_on 'gcc_lib' => :library
depends_on 'glibc' => :library
end