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

Changelog

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

  * No change rebuild due to golang-1.21 update

 -- Nishit Majithia <email address hidden>  Thu, 11 Jul 2024 11:32:21 +0530

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Noble updates universe misc
Noble 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.24.04.1.debian.tar.xz 5.3 KiB 6edb520ff3adbb5d82c3a82c0b1d501d473dd49a4c3b3bf5bd4f23dbe85e2c92
golang-github-pelletier-go-toml_1.9.5-1ubuntu0.24.04.1.dsc 2.5 KiB 6881257c263e07d8f0948c0643608d90d8ddba55c24d108e03c86a0d2b074b28

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