golang-toml 1.2.1-1 source package in Ubuntu

Changelog

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

  * New upstream version 1.2.1
  * Remove 0001-Fix-32bit-test.patch which has been applied upstream
  * Reorder fields in debian/control and debian/copyright
  * Use dh-sequence-golang instead of dh-golang and --with=golang
  * Bump Standards-Version to 4.6.2 (no change)
  * debian/gbp.conf: Set debian-branch to debian/sid for DEP-14 conformance
  * Add Lintian overrides for golang-github-burntsushi-toml-dev

 -- Anthony Fok <email address hidden>  Tue, 20 Jun 2023 00:20:13 -0600

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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-toml_1.2.1-1.dsc 2.1 KiB fb656d35d73673868ad8a1e6966aba7c4118b26b3fe18f2f00ef1544023037b8
golang-toml_1.2.1.orig.tar.xz 76.7 KiB 8a5a5d7db2162d6a08e221d21e9d8f53ae2d1554f689db22d2c85bac9019c1ab
golang-toml_1.2.1-1.debian.tar.xz 5.0 KiB 57a5cae40252c7af3dc077da1c4ad7ba0ac0d0ef38e687c4e17f64b44eb5550d

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.