golang-github-zclconf-go-cty 1.5.1-2 source package in Ubuntu

Changelog

golang-github-zclconf-go-cty (1.5.1-2) unstable; urgency=medium

  * Team upload.
  * Write patch to fix build with Go 1.17.
    (Closes: #997561)
  * d/control:
    - Bump Standards-Version.
    - Change section to golang.

 -- Aloïs Micard <email address hidden>  Sun, 31 Oct 2021 15:29:13 +0100

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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-zclconf-go-cty_1.5.1-2.dsc 2.4 KiB 2cf91d25bce37c49d998491b5ad9143be7e23234a6ff821dc3812d189ec5b0de
golang-github-zclconf-go-cty_1.5.1.orig.tar.gz 170.3 KiB fa29ff7692cf2e443f418d5d567ad6d091d96a2fe9d171c9bcf9982ceebf1678
golang-github-zclconf-go-cty_1.5.1-2.debian.tar.xz 3.1 KiB 6282b08be552bfad1bc75824e0f5dd20856583a2b688dc36db61672d700bbe2b

Available diffs

No changes file available.

Binary packages built by this source

golang-github-zclconf-go-cty-dev: type system for dynamic values in Golang applications

 cty (pronounced "see-tie") is a dynamic type system for applications
 written in Go that need to represent user-supplied values without losing
 type information. The primary intended use is for implementing
 configuration languages, but other uses may be possible too.