golang-github-shibukawa-configdir 0.0~git20170330.e180dbd-1.1 source package in Ubuntu

Changelog

golang-github-shibukawa-configdir (0.0~git20170330.e180dbd-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Sat, 09 Jan 2021 12:29:10 +0100

Upload details

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

See full publishing history Publishing

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

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-shibukawa-configdir_0.0~git20170330.e180dbd-1.1.dsc 2.4 KiB 089ef94a3ee13c3ea1f0848b48b5fbc85c082eeb248f6e70dcf0b53e1af55568
golang-github-shibukawa-configdir_0.0~git20170330.e180dbd.orig.tar.xz 3.5 KiB da5b47e642e92cf89567bfd21f61b36bedae5c5786912a6d8d7486edca35b57e
golang-github-shibukawa-configdir_0.0~git20170330.e180dbd-1.1.debian.tar.xz 2.7 KiB 9633d1ca4a445c14cceed0ec5e024b4de9b42b9f83b2f4463d6b2bb4595c13b8

No changes file available.

Binary packages built by this source

golang-github-shibukawa-configdir-dev: multi platform library of configuration directories for Golang

 This library helps to get regular directories for configuration files
 or cache files according to the target operationg system's conventions.
 .
 On Linux and BSD systems it assumes the following:
 .
 System level configuration folder: ${XDG_CONFIG_DIRS} (/etc/xdg)
 User level configuration folder: ${XDG_CONFIG_HOME} (${HOME}/.config)
 User level cache folder: ${XDG_CACHE_HOME} (${HOME}/.cache)