golang-github-lestrrat-go-strftime 1.0.6-1 source package in Ubuntu

Changelog

golang-github-lestrrat-go-strftime (1.0.6-1) unstable; urgency=medium

  * New upstream release.

 -- Stephen Kitt <email address hidden>  Thu, 28 Apr 2022 19:05:39 +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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-lestrrat-go-strftime_1.0.6-1.dsc 2.4 KiB e9e12e25b3bd43f3f0a005046ffdea8dc14fcf95a8d8c5014d0873dea4936c5b
golang-github-lestrrat-go-strftime_1.0.6.orig.tar.gz 15.3 KiB c9287903fc0f13406c92285096c1455ad00dc38495725a994452f5dcd2bc4f8f
golang-github-lestrrat-go-strftime_1.0.6-1.debian.tar.xz 2.7 KiB dbebba36de7a16a2d8b6beb1eff5a5abc4c22ec8f6586020e293c7ff6b9228b5

Available diffs

No changes file available.

Binary packages built by this source

golang-github-lestrrat-go-strftime-dev: fast strftime implementation for Go (library)

 This is a Go implementation of strftime, optimised for pattern re-use,
 and with support for as many conversion specifications as possible. It
 aims for POSIX compliance while still including widely-used non-POSIX
 format specifications such as "%f" or "%L" for milliseconds.