Wed, 04 Dec 2024 16:46:01 CST | login

Information for build yyjson-0.10.0-1.ocs23

ID14826
Package Nameyyjson
Version0.10.0
Release1.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/yyjson?.#987ac31c87b5001377e751d09503a88b3be7fa0c
SummaryA high performance JSON library written in ANSI C
DescriptionA high performance JSON library written in ANSI C. Features - Fast: can read or write gigabytes per second JSON data on modern CPUs. - Portable: complies with ANSI C (C89) for cross-platform compatibility. - Strict: complies with RFC 8259 JSON standard, ensuring strict number format and UTF-8 validation. - Extendable: offers options to allow comments, trailing commas, NaN/Inf, and custom memory allocator. - Accuracy: can accurately read and write int64, uint64, and double numbers. - Flexible: supports unlimited JSON nesting levels, \u0000 characters, and non null-terminated strings. - Manipulation: supports querying and modifying using JSON Pointer, JSON Patch and JSON Merge Patch. - Developer-Friendly: easy integration with only one h and one c file.
Built byfanjunkong
State complete
Volume DEFAULT
StartedWed, 14 Aug 2024 23:26:10 CST
CompletedWed, 14 Aug 2024 23:28:16 CST
Taskbuild (dist-ocs23-epol9, /opencloudos-stream/yyjson:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/yyjson?.#origin/master'}}
Tags
dist-ocs23
dist-ocs23-epol9
epol9-test-compose
RPMs
src
yyjson-0.10.0-1.ocs23.src.rpm (info) (download)
aarch64
yyjson-0.10.0-1.ocs23.aarch64.rpm (info) (download)
yyjson-devel-0.10.0-1.ocs23.aarch64.rpm (info) (download)
yyjson-debuginfo-0.10.0-1.ocs23.aarch64.rpm (info) (download)
yyjson-debugsource-0.10.0-1.ocs23.aarch64.rpm (info) (download)
x86_64
yyjson-0.10.0-1.ocs23.x86_64.rpm (info) (download)
yyjson-devel-0.10.0-1.ocs23.x86_64.rpm (info) (download)
yyjson-debuginfo-0.10.0-1.ocs23.x86_64.rpm (info) (download)
yyjson-debugsource-0.10.0-1.ocs23.x86_64.rpm (info) (download)
Logs
x86_64
installed_pkgs.log
build.log
state.log
hw_info.log
root.log
mock_output.log
aarch64
root.log
state.log
installed_pkgs.log
hw_info.log
build.log
mock_output.log
Changelog * Wed Aug 14 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.10.0-1 - initial build