golang-github-mvo5-goconfigparser 0.2.1-0ubuntu1 source package in Ubuntu

Changelog

golang-github-mvo5-goconfigparser (0.2.1-0ubuntu1) xenial; urgency=medium

  * use gopkg.in/check.v1 to fix FTBFS

 -- Michael Vogt <email address hidden>  Thu, 24 Mar 2016 21:18:47 +0100

Upload details

Uploaded by:
Michael Vogt
Uploaded to:
Xenial
Original maintainer:
Michael Vogt
Architectures:
all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release main devel

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-mvo5-goconfigparser_0.2.1.orig.tar.gz 3.4 KiB fbfe96e3c8cb11c8994ec9f0843ac117186eda7d7c950633bfb62a217fe4ecb2
golang-github-mvo5-goconfigparser_0.2.1-0ubuntu1.debian.tar.xz 2.2 KiB 5a98541e6b81398797a322028d361be3dd7bc7df673424744da67ed597713d1b
golang-github-mvo5-goconfigparser_0.2.1-0ubuntu1.dsc 2.0 KiB 636575df36b3d5862d5ef88b1b875f1b91ae3b374b5ea306ea1b0462ffd73202

Available diffs

View changes file

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.