Package libyyjson: Information

    Source package: libyyjson
    Version: 0.9.0-alt1
    Latest version according to Repology
    Build time:  May 2, 2024, 06:01 PM in the task #345401
    Category: System/Libraries
    Report package bug
    License: MIT
    Summary: A high performance JSON library written in ANSI C
    Description: 
    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.

    List of rpms provided by this srpm:
    libyyjson-devel (x86_64, ppc64le, i586, aarch64)
    libyyjson0 (x86_64, ppc64le, i586, aarch64)
    libyyjson0-debuginfo (x86_64, ppc64le, i586, aarch64)

    Maintainer: Denis Rastyogin

    List of contributors:
    Denis Rastyogin

    ACL:
    Denis Rastyogin
    @everybody

      1. cmake
      2. ctest
      3. gcc-c++
      4. rpm-macros-cmake

    Last changed


    May 2, 2024 Denis Rastyogin 0.9.0-alt1
    - Initial build for ALT Sisyphus.