golang-toml 1.0.0-1 source package in Ubuntu

Changelog

golang-toml (1.0.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 1.0.0
  * Use git mode in uscan watch file
  * Update Standards-Version to 4.6.0 (no changes)
  * Simplify d/rules

 -- Shengjing Zhu <email address hidden>  Mon, 21 Feb 2022 23:46:25 +0800

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-toml_1.0.0-1.dsc 1.5 KiB c0ea3b0f7662d3bd56f16df8d929b9f9f12941880f17be954137e6b9222dcd5d
golang-toml_1.0.0.orig.tar.xz 71.7 KiB 7dcb847cbbc3713acf52406eea41fe9de5f3a6f720a80ca9c2a3fded0639e037
golang-toml_1.0.0-1.debian.tar.xz 4.6 KiB e6214ebcd506e33f3d7b0ddd5e54440f4b9513dd71991c18b79ec18eccbcedd0

No changes file available.

Binary packages built by this source

golang-github-burntsushi-toml-dev: TOML parser and encoder for Go with reflection

 TOML stands for Tom's Obvious, Minimal Language. This Go package provides a
 reflection interface similar to Go's standard library json and xml packages.
 This package also supports the encoding.TextUnmarshaler and
 encoding.TextMarshaler interfaces so that you can define custom data
 representations.
 .
 Compatible with TOML v1.0.0 (https://toml.io/en/v1.0.0).
 .
 This package contains the source.