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

Changelog

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

  * New upstream version 1.8.1
  * Bump debhelper dependency to "Build-Depends: debhelper-compat (= 13)"
  * debian/control: Update dependencies as per go.mod and benchmark/go.mod
  * Update package description according to README.md
  * debian/rules: Exclude cmd/tomltestgen which is used by upstream only
    for generating toml_testgen_test.go
  * debian/golang-github-pelletier-go-toml.install: Install the entire
    usr/bin to ensure /usr/bin/jsontoml is included
  * Mention the new jsontoml command-line program in package description

 -- Anthony Fok <email address hidden>  Fri, 23 Oct 2020 19:36:11 -0600

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
any all
Section:
misc
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.8.1-1.dsc 2.5 KiB 9d42ee7c833824eb4f7d0a79e071816df3377b25dd29eaaea19f45996b2cf006
golang-github-pelletier-go-toml_1.8.1.orig.tar.gz 96.5 KiB 837b8407fb401deff36961ce32498a1145c5ef4bad0b0060a25e632c14621941
golang-github-pelletier-go-toml_1.8.1-1.debian.tar.xz 4.7 KiB df7374dd1582bc1b6a79057368055258f154e4113bbb9140959b0d135ef0af63

No changes file available.

Binary packages built by this source

golang-github-pelletier-go-toml: No summary available for golang-github-pelletier-go-toml in ubuntu hirsute.

No description available for golang-github-pelletier-go-toml in ubuntu hirsute.

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