golang-toml 1.3.2-2 source package in Ubuntu

Changelog

golang-toml (1.3.2-2) unstable; urgency=medium

  * Upload to unstable
  * Add more Linitan overrides for "national-encoding" warnings

 -- Anthony Fok <email address hidden>  Sun, 03 Dec 2023 07:59:40 -0700

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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-toml_1.3.2-2.dsc 2.1 KiB 763ccdec9ae99d8b753dc1d9b463506032b371c269ef95957c2678d209831200
golang-toml_1.3.2.orig.tar.xz 93.2 KiB d29301ed5b598542e0f9f6a6c0a3d0d89a85aef6d138159d52235fe1af88d943
golang-toml_1.3.2-2.debian.tar.xz 5.2 KiB 2259add7163eacefea286b9f9f534690f13f25b8f4d1f1b9855cf692a357f8f5

Available diffs

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.