golang-toml 1.4.0-1 source package in Ubuntu

Changelog

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

  * Team upload
  * New upstream release
  * Backport Position.Col (needed by golang-honnef-go-tools 2024.1rc1)

 -- Shengjing Zhu <email address hidden>  Wed, 14 Aug 2024 01:07:47 +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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-toml_1.4.0-1.dsc 1.8 KiB d2ebeff0cf59939d79d9c373f7a712dfd1e3638084dc3197f82fff8cdee7fdba
golang-toml_1.4.0.orig.tar.xz 91.0 KiB f26f1bd64e03aa68c8a2afd5e4fbc71699b868f85899919517225a3596ab145f
golang-toml_1.4.0-1.debian.tar.xz 8.3 KiB 618a8a3f31c6ee42e31c4fb3a7c89e5407c320c57460d4e5f64cade34f6b37c0

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.