golang-github-goccy-go-json 0.10.3-2 source package in Ubuntu

Changelog

golang-github-goccy-go-json (0.10.3-2) unstable; urgency=medium

  * Source-only upload for migration

 -- Mathias Gibbens <email address hidden>  Sat, 29 Jun 2024 20:28:35 +0000

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-goccy-go-json_0.10.3-2.dsc 2.2 KiB f2a5254c89885fe4ab3e9108fbc05e59778e4e5ecd0e4afb36ce09c59c994b6d
golang-github-goccy-go-json_0.10.3.orig.tar.gz 389.9 KiB 9620ef29fb48ed0aed96d89c633397888ddac345e6098523eaca77a618ccadbb
golang-github-goccy-go-json_0.10.3-2.debian.tar.xz 2.9 KiB 7c6b641f892b618d8968c770419b4d8b522b23784a033586c97ccdcefc247266

Available diffs

No changes file available.

Binary packages built by this source

golang-github-goccy-go-json-dev: Fast JSON encoder/decoder compatible with encoding/json (library)

 Drop-in replacement of encoding/json that is fast and supports
 flexible customization with options. Can propagate context.Context
 to MarshalJSON or UnmarshalJSON and dynamically filter the fields
 of the structure type-safely.