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

Changelog

golang-github-pelletier-go-toml (1.9.5-1ubuntu0.1) mantic-security; urgency=medium

  * No change rebuild due to golang-1.20, golang-1.21 updates

 -- Nishit Majithia <email address hidden>  Mon, 22 Jan 2024 10:22:04 +0530

Upload details

Uploaded by:
Nishit Majithia
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic updates universe misc
Mantic security universe misc

Downloads

File Size SHA-256 Checksum
golang-github-pelletier-go-toml_1.9.5.orig.tar.gz 104.4 KiB 7ee5ee9344a5c18eebf9487782e00b2dbeaaf19be64b447a1e1d90f8aed710e8
golang-github-pelletier-go-toml_1.9.5-1ubuntu0.1.debian.tar.xz 5.4 KiB a45271d8912946a4bb3167193793e9168c9a2b9db3c050b868b35b2683f5449b
golang-github-pelletier-go-toml_1.9.5-1ubuntu0.1.dsc 2.4 KiB fb62bfb6481e5d4703b0625aab9b1400740f7b4e8caa5cce7b3e8040d59017b2

View changes file

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