golang-github-hashicorp-hcl 1.0.0-1.1 source package in Ubuntu

Changelog

golang-github-hashicorp-hcl (1.0.0-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Tue, 29 Dec 2020 02:07:41 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-hashicorp-hcl_1.0.0-1.1.dsc 2.3 KiB c88f9cbf9b3b423ffa07f3c6c3ceccf451060bf0292705bc28eacfe0f3d75ea1
golang-github-hashicorp-hcl_1.0.0.orig.tar.gz 69.0 KiB 50632428210503070fd2fde748c88b7414bf84a6a0eadebf9d8e596a033bead2
golang-github-hashicorp-hcl_1.0.0-1.1.debian.tar.xz 7.6 KiB 007ed8a5cae098125e48926ab9e3a8ffca88192e0941f509039863db64e2bda6

Available diffs

No changes file available.

Binary packages built by this source

golang-github-hashicorp-hcl-dev: Go implementation of HashiCorp Configuration Language

 HCL (HashiCorp Configuration Language) is a configuration language built by
 HashiCorp. The goal of HCL is to build a structured configuration language that
 is both human and machine friendly for use with command-line tools, but
 specifically targeted towards DevOps tools, servers, etc.
 .
 HCL is also fully JSON compatible. That is, JSON can be used as completely
 valid input to a system expecting HCL. This helps makes systems interoperable
 with other systems.
 .
 HCL is heavily inspired by libucl, nginx configuration, and others similar.
 .
 This package contains the source.