golang-github-magiconair-properties 1.5.5-1 source package in Ubuntu

Changelog

golang-github-magiconair-properties (1.5.5-1) unstable; urgency=medium

  * Import Upstream version 1.5.5, which is equivalent to my erroneously
    named 0.0~git20150731.0.337395e.
  * Add debian/watch.  Upstream authors tag releases regularly.  :-)
  * Remove irrelevant paragraph from package description.
    Thanks to Guido Günther for the suggestion!

 -- Anthony Fok <email address hidden>  Thu, 24 Sep 2015 15:50:06 -0600

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

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-magiconair-properties_1.5.5-1.dsc 2.3 KiB b0e0693cc6a25ea9b9578f8d4c3ec4214b92b8676a2d957583b2ba3d9ba7d352
golang-github-magiconair-properties_1.5.5.orig.tar.gz 18.0 KiB 95679ddc276490a0376bee800fe87b2e08a4c4c0328031e6ee29d7ee74272dfe
golang-github-magiconair-properties_1.5.5-1.debian.tar.xz 2.2 KiB 4fa9305a799d898e805231e9a31f09b749284a9dfb573994d1f52b5c7304d63e

No changes file available.

Binary packages built by this source

golang-github-magiconair-properties-dev: Java properties scanner for Go

 “properties” is a Go library for reading and writing properties files.
 .
 It supports reading from multiple files and Spring style recursive
 property expansion of expressions like to their corresponding
 value. Value expressions can refer to other keys like in or
 to environment variables like in . Filenames can also contain
 environment variables like in /home//myapp.properties.
 .
 Comments and the order of keys are preserved. Comments can be modified
 and can be written to the output.
 .
 The properties library supports both ISO-8859-1 and UTF-8 encoded data.