golang-github-zclconf-go-cty-yaml 1.0.2-3 source package in Ubuntu

Changelog

golang-github-zclconf-go-cty-yaml (1.0.2-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update standards version to 4.6.0, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Sun, 27 Nov 2022 15:53:57 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe golang
Noble release universe golang
Mantic release universe golang
Lunar release universe golang

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-zclconf-go-cty-yaml_1.0.2-3.dsc 2.3 KiB 6693c1f9a61ba9480c5dfd7e013289ed8c75137f9ccd24587084184577e1f913
golang-github-zclconf-go-cty-yaml_1.0.2.orig.tar.xz 47.5 KiB c421c5a03b9cfc942bf2a7f20178ff4205a3eb1480eaa030a7fdd6f6c9f63a9c
golang-github-zclconf-go-cty-yaml_1.0.2-3.debian.tar.xz 2.8 KiB 8582ae3ba1ec73fd285ff995e7876ca29811397818d15ffe2f679e358c1c8caf

Available diffs

No changes file available.

Binary packages built by this source

golang-github-zclconf-go-cty-yaml-dev: YAML marshalling and unmarshalling for go-cty

 This package enables Go programs to comfortably encode and decode YAML
 values. It was developed as part of the juju project, and is based on
 a pure Go port of the well-known libyaml C library to parse and generate
 YAML data quickly and reliably.
 .
 The package supports most of YAML 1.1 and 1.2, including support for anchors,
 tags, map merging, etc. Multi-document unmarshalling is not yet implemented,
 and base-60 floats from YAML 1.1 are purposefully not supported since they're
 a poor design and are gone in YAML 1.2.