Пакет libyyjson: Информация
Исходный пакет: libyyjson
Версия: 0.12.0-alt1
Собран: 26 августа 2025 г. 15:08
Категория: Система/Библиотеки
Сообщить об ошибке в пакетеДомашняя страница: https://github.com/ibireme/yyjson
Лицензия: MIT
О пакете: A high performance JSON library written in ANSI C
Описание:
A 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.
Список бинарных RPM-пакетов, собираемых из данного SRPM:
libyyjson-devel (riscv64)
libyyjson0 (riscv64)
libyyjson0-debuginfo (riscv64)
libyyjson-devel (riscv64)
libyyjson0 (riscv64)
libyyjson0-debuginfo (riscv64)
Сопровождающий: Denis Rastyogin
Последнее изменение
25 августа 2025 г. Denis Rastyogin 0.12.0-alt1
- Updated to 0.12.0.
18 ноября 2024 г. Denis Rastyogin 0.10.0-alt1
- Updated to 0.10.0.
2 мая 2024 г. Denis Rastyogin 0.9.0-alt1
- Initial build for ALT Sisyphus.