golang-toml 0.1.0-1 source package in Ubuntu

Changelog

golang-toml (0.1.0-1) unstable; urgency=medium


  * New upstream release.
  * Document license of type_fields.go. Thanks Paul Tagliamonte for
    pointing this out.
  * Bump standards version to 3.9.6 (no changes).

 -- Jelmer Vernooij <email address hidden>  Sun, 25 Jan 2015 02:22:32 +0100

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-toml_0.1.0-1.dsc 1.6 KiB 95dcd0feadafe6f760ff31acd176d8c27f8f3564b53b9a0ff7346bd67162584b
golang-toml_0.1.0.orig.tar.gz 32.5 KiB c6fd28bdf737c77427547bc04572d7ac089b2ae553fb25afd085dd12acc89ffe
golang-toml_0.1.0-1.debian.tar.xz 2.5 KiB 30e2407e276b99bf0d36d244e62a6f2af7e446c1a10bd6c197dda34f45284831

Available diffs

No changes file available.

Binary packages built by this source

golang-toml-dev: TOML parser and encoder for Go with reflection

 TOML stands for Tom's Obvious, Minimal Language. This Go package provides a
 reflection interface similar to Go's standard library json and xml packages.
 This package also supports the encoding.TextUnmarshaler and
 encoding.TextMarshaler interfaces so that you can define custom data
 representations.
 .
 This package contains the source.