golang-github-goccy-go-yaml 1.9.5-2 source package in Ubuntu

Changelog

golang-github-goccy-go-yaml (1.9.5-2) unstable; urgency=medium

  * Disable tests that affect 32bit environment.
    Add d/patches/disable-tests-that-affect-32bit-environment.patch

 -- Nobuhiro Iwamatsu <email address hidden>  Sun, 20 Feb 2022 18:23:01 +0900

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
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-goccy-go-yaml_1.9.5-2.dsc 2.3 KiB b953f6d6827f6d660431840cfe9631ff487633c6e9a4a6569d1d2f33aec42ec8
golang-github-goccy-go-yaml_1.9.5.orig.tar.gz 85.5 KiB 04f2490b404661e816f58fdd870867dcd39666d2b34d117b1aa28f31338700a7
golang-github-goccy-go-yaml_1.9.5-2.debian.tar.xz 3.0 KiB 97db24951d2f49caca4e5e2141bfc9f2fa7bce277dcaf7a6fdd77bcd0e16935d

Available diffs

No changes file available.

Binary packages built by this source

golang-github-goccy-go-yaml-dev: yet another golang library for YAML support

 YAML library for the Go language.
 This adds some features compared to the golang standard YAML library.
  * Pretty format for error notifications
  * Supports Scanner or Lexer or Parser as public API
  * Supports Anchor and Alias to Marshaler
  * Allow referencing elements declared in another file via anchors
  * Extract value or AST by YAMLPath (like a JSONPath)