notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
After the ports freeze to fix some stuff, the freeze is over. I have some work to do before FreshPorts can start processing commits again before it can start processing again. I've created an issue for that.
Port details on branch 2026Q2
yyjson Fastest JSON library in C
0.12.0 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.12.0Version of this port present on the latest quarterly branch.
Maintainer: pkubaj@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-08-17 13:15:07
Last Update: 2025-08-23 08:39:06
Commit Hash: 979cbb1
License: MIT
WWW:
https://github.com/ibireme/yyjson
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. Limitations: * An array or object is stored as a data structure such as linked list, which makes accessing elements by index or key slower than using an iterator. * Duplicate keys are allowed in an object, and the order of the keys is preserved. * JSON parsing result is immutable, requiring a mutable copy for modification.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (13 items)
Collapse this list.
  1. /usr/local/share/licenses/yyjson-0.12.0/catalog.mk
  2. /usr/local/share/licenses/yyjson-0.12.0/LICENSE
  3. /usr/local/share/licenses/yyjson-0.12.0/MIT
  4. include/yyjson.h
  5. lib/cmake/yyjson/yyjson-config-release.cmake
  6. lib/cmake/yyjson/yyjson-config.cmake
  7. lib/libyyjson.so
  8. lib/libyyjson.so.0
  9. lib/libyyjson.so.0.12.0
  10. libdata/pkgconfig/yyjson.pc
  11. @owner
  12. @group
  13. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • yyjson>0:devel/yyjson
To install the port:
cd /usr/ports/devel/yyjson/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/yyjson
  • pkg install yyjson
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: yyjson
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1755625116 SHA256 (ibireme-yyjson-0.12.0_GH0.tar.gz) = b16246f617b2a136c78d73e5e2647c6f1de1313e46678062985bdcf1f40bb75d SIZE (ibireme-yyjson-0.12.0_GH0.tar.gz) = 1620674

Expand this list (2 items)

Collapse this list.

SHA256 (878d5da9b6c0352c2601bd6c244c0ef994ee1c24.patch) = e2cd73c65e6948bdf899a0cefb77d78161bdf02d8fea52c2dc37e13158af2a8d SIZE (878d5da9b6c0352c2601bd6c244c0ef994ee1c24.patch) = 5958

Collapse this list.


Packages (timestamps in pop-ups are UTC):
yyjson
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.12.00.12.0-0.12.00.12.0n/an/an/a
FreeBSD:13:quarterly0.12.00.12.0-0.11.10.12.0n/an/an/a
FreeBSD:14:latest0.12.00.12.0-0.12.00.12.0---
FreeBSD:14:quarterly0.12.00.12.0-0.11.10.12.00.8.00.8.00.8.0
FreeBSD:15:latest0.12.00.12.0n/a0.12.0n/an/a0.8.00.8.0
FreeBSD:15:quarterly0.12.00.12.0n/a-n/an/a--
FreeBSD:16:latest0.12.00.12.0n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. ninja : devel/ninja
This port is required by:
for Libraries
  1. audio/zrythm
  2. databases/ladybug
  3. sysutils/fastfetch
  4. x11-wm/wayfire

Configuration Options:
No options to configure
Options name:
devel_yyjson
USES:
cmake:testing pathfix
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/ibireme/yyjson/tar.gz/0.12.0?dummy=/
Collapse this list.

There are no commits on branch 2026Q2 for this port