golang-github-pelletier-go-toml 1.9.5-1 source package in Ubuntu

Changelog

golang-github-pelletier-go-toml (1.9.5-1) unstable; urgency=medium

  * New upstream version 1.9.5
  * Tweak debian/watch to "see" v1.9.5 on the second page
  * Use dh-sequence-golang instead of dh-golang and --with=golang
  * Drop -dev package’s unneeded dependency on ${shlibs:Depends}
  * Add Static-Built-Using field in debian/control

 -- Anthony Fok <email address hidden>  Tue, 11 Jul 2023 00:57:13 -0600

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
any all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
golang-github-pelletier-go-toml_1.9.5-1.dsc 2.5 KiB f1cc1d4f92293adfbbb4734d2946d7d6d98d5f8e4f0f21eed51d39124807d4cf
golang-github-pelletier-go-toml_1.9.5.orig.tar.gz 104.4 KiB 7ee5ee9344a5c18eebf9487782e00b2dbeaaf19be64b447a1e1d90f8aed710e8
golang-github-pelletier-go-toml_1.9.5-1.debian.tar.xz 5.2 KiB 4ed76961f10a4d64b410841d206e597cac234ddd195ce4736d757244a69d3999

Available diffs

No changes file available.

Binary packages built by this source

golang-github-pelletier-go-toml: Go library for the TOML format — command-line programs

 This library supports TOML (Tom's Obvious, Minimal Language)
 version v1.0.0-rc.3
 .
 Go-toml provides the following features for using data parsed
 from TOML documents:
 .
  * Load TOML documents from files and string data
  * Easily navigate TOML structure using Tree
  * Marshaling and unmarshaling to and from data structures
  * Line & column position data for all parsed elements
  * Query support similar to JSON-Path
  * Syntax errors contain line and column numbers
 .
 This package contains the three command-line programs
 tomll, tomljson and jsontoml.

golang-github-pelletier-go-toml-dev: Go library for the TOML format

 This library supports TOML (Tom's Obvious, Minimal Language)
 version v1.0.0-rc.3
 .
 Go-toml provides the following features for using data parsed
 from TOML documents:
 .
  * Load TOML documents from files and string data
  * Easily navigate TOML structure using Tree
  * Marshaling and unmarshaling to and from data structures
  * Line & column position data for all parsed elements
  * Query support similar to JSON-Path
  * Syntax errors contain line and column numbers