yyjson 0.9.0+ds-1 source package in Ubuntu

Changelog

yyjson (0.9.0+ds-1) unstable; urgency=medium

  * Initial release. (Closes: #972804)

 -- Carlos Henrique Lima Melara <email address hidden>  Tue, 14 May 2024 01:14:30 -0300

Upload details

Uploaded by:
Carlos Henrique Lima Melara
Uploaded to:
Sid
Original maintainer:
Carlos Henrique Lima Melara
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
yyjson_0.9.0+ds-1.dsc 2.1 KiB 2283d35423c6fc40fff82f7206b397d16ed437d383815edf1e8e707463bd3584
yyjson_0.9.0+ds.orig.tar.xz 953.9 KiB 589e1c02368bba0f5d6bab639b8f9caee5a62a931011bb2c4c0f7f7d06b7c14a
yyjson_0.9.0+ds-1.debian.tar.xz 5.3 KiB 801a71cf7f24bba9e35d66cdbd257e787e0a698035e16425c149440be00f9a9e

No changes file available.

Binary packages built by this source

libyyjson-dev: high performance JSON library written in ANSI C (development files)

 Some features of the library are:
 .
  - 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.
 .
 This package contains the development files for libyyjson.

libyyjson-doc: high performance JSON library written in ANSI C (documentation)

 Some features of the library are:
 .
  - 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.
 .
 This package contains the documentation files for libyyjson.

libyyjson0: high performance JSON library written in ANSI C

 Some features of the library are:
 .
  - 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.
 .
 This package contains the shared library.

libyyjson0-dbgsym: debug symbols for libyyjson0