golang-github-mvo5-goconfigparser 0.2.2-1 source package in Ubuntu

Changelog

golang-github-mvo5-goconfigparser (0.2.2-1) unstable; urgency=medium

  * New upstream version
  * Add myself to Maintainer(s)
  * Point git to my gitree

 -- Michael Vogt <email address hidden>  Thu, 15 Oct 2020 13:39:03 +0200

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Sid
Original maintainer:
Steve Langasek
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe devel
Noble release universe devel
Mantic release universe devel
Lunar release universe devel
Jammy release universe devel

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-mvo5-goconfigparser_0.2.2-1.dsc 2.1 KiB dc16beb91bc48a81365f08b42ef4e330a304281a3f2ef795b4b64a66a43d9fb0
golang-github-mvo5-goconfigparser_0.2.2.orig.tar.gz 3.8 KiB 13a4b13ca9edbedd660f6d1b67730d44e7ebd576117151886c001e0e88778159
golang-github-mvo5-goconfigparser_0.2.2-1.debian.tar.xz 2.4 KiB 3b7e42215a0db058ce0df221a05e496b0927a20ff1533df22e49ba01fb67e7f3

Available diffs

No changes file available.

Binary packages built by this source

golang-github-mvo5-goconfigparser-dev: Python compatible INI parser

 This parser is build as a go equivalent of the Python ConfigParser
 module and is aimed for maximum compatibility for both the file format
 and the API. This should make it easy to use existing python style
 configuration files from go and also ease the porting of existing
 python code.