golang-github-tideland-golib 4.24.2-1 source package in Ubuntu

Changelog

golang-github-tideland-golib (4.24.2-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 4.24.2
    - Refresh patch
  * Use Priority: optional
  * Update to Standards-Version 4.1.1

 -- Dr. Tobias Quathamer <email address hidden>  Sun, 08 Oct 2017 16:09:12 +0200

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc
Focal release universe misc
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-tideland-golib_4.24.2-1.dsc 2.2 KiB 49a82fc2a98dbe209ae999818e00bffc08c245555525f97f570636e16d682112
golang-github-tideland-golib_4.24.2.orig.tar.gz 145.3 KiB 54e0ee6351079c8f50343821e47ac6f6895e59417d75df8a33d2809684d336ce
golang-github-tideland-golib_4.24.2-1.debian.tar.xz 4.2 KiB 4fd4e14ce7d009cf498a4d1689f88625c22ecad8b50ec1c77979d2bb2f6a26a7

Available diffs

No changes file available.

Binary packages built by this source

golang-github-tideland-golib-dev: collection of misc Go packages

 The Tideland Go Library contains a set of useful Google Go packages for
 different purposes. They include:
 .
  - Audit: Support for unit tests with multiple different assertion types
    and functions to generate test data.
  - Cache: Lazy loading and caching of values.
  - Collections: Different additional collection types like ring buffer,
    stack, tree, and more.
  - Errors: Detailed error values.
  - Etc: Reading and parsing of SML-formatted configurations including
    substitution of templates.
  - Feed (Atom): Atom feed client.
  - Feed (RSS): RSS feed client.
  - Identifier: Identifier generation, like UUIDs or composed values.
  - Logger: Flexible logging.
  - Loop: Control of goroutines and their possible errors. Additional
    option of recovering in case of an error or a panic. Sentinels can
    monitor multiple loops and restart them all in case of an abnormal end
    of one of them.
  - Map/Reduce: Map/Reduce for data analysis.
  - Monitoring: Monitoring of execution times, stay-set indicators, and
    configurable system variables.
  - Numerics: Different functions for statistical analysis.
  - Redis Client: Client for the Redis database.
  - Scene: Context-based shared data access, e.g. for web sessions or in cells.
  - Scroller: Continuous filtered reading/writing of data.
  - SML: Simple Markup Language, looking lispy, only with curly braces.
  - Sort: Parallel Quicksort.
  - Stringex: Helpful functions around strings extending the original
    strings package.
  - Timex: Helpful functions around dates and times.
  - Version: Documentation of semantic versions.