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

Changelog

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

  * New upstream version 1.9.4
  * Update debian/watch to fix filenamemangle and to track v1.
    v2 is now in beta and will be packaged separately.
  * debian/copyright: Clarify that localtime.go and localtime_test.go
    are Copyright 2016 Google LLC and are licensed under Apache-2.0

 -- Anthony Fok <email address hidden>  Wed, 20 Oct 2021 03:23:42 -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
Lunar release universe misc
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
golang-github-pelletier-go-toml_1.9.4-1.dsc 2.5 KiB 319a9ef0c8b22ad0d8bab178ba9ce5595fb4e0940e1327ce84b595e8d089eeca
golang-github-pelletier-go-toml_1.9.4.orig.tar.gz 104.0 KiB 2b00521c81b994a72d0f3bd3aa9273cb17fab61a5e9749aff1108117a8d7c397
golang-github-pelletier-go-toml_1.9.4-1.debian.tar.xz 5.3 KiB 80df99f08c6c32b3f38ec7515c0da01c6ff66b666fb6b4154e09f6ac599ea581

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