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

Changelog

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

  * New upstream version 1.9.0
  * Change Section from devel to golang
  * Remove dependency on golang-github-davecgh-go-spew-dev as per go.mod
  * Update package description to reflect support for TOML v1.0.0-rc.3
  * Mark library package with "Multi-Arch: foreign"
  * Bump Standards-Version to 4.6.0 (no change)

 -- Anthony Fok <email address hidden>  Sat, 04 Sep 2021 05:22:40 -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.0-1.dsc 2.5 KiB 925f60015b61fc0da7f0c6ab50d421be1119d2f64e8cee3a542bc441bf024bfb
golang-github-pelletier-go-toml_1.9.0.orig.tar.gz 98.5 KiB 037326a9c972cfbcf257e1d1f97a7ade6075cbb7f1e91a59a9a6cf45ebc811ef
golang-github-pelletier-go-toml_1.9.0-1.debian.tar.xz 4.7 KiB 908ac6da9dd08d09b40393b63be1b57e7071a11fcaaf57ce8481a3525e0fca72

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