golang-github-calmh-luhn 2.0.0-3 source package in Ubuntu

Changelog

golang-github-calmh-luhn (2.0.0-3) unstable; urgency=medium

  * Team upload.
  * Vcs-* urls: pkg-go-team -> go-team.

 -- Alexandre Viau <email address hidden>  Tue, 06 Feb 2018 00:08:19 -0500

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-calmh-luhn_2.0.0-3.dsc 2.2 KiB 52fb96000317fa4bc47260bad2c7925bbcf44952c3c6340537bf5e6a9a2cb643
golang-github-calmh-luhn_2.0.0.orig.tar.gz 2.1 KiB 518f505e62e30a79e6f2e83b63e82746bc74a7c81d448f639a3c1dd14453d712
golang-github-calmh-luhn_2.0.0-3.debian.tar.xz 2.0 KiB 805e1d41ea09196e0b279b8d841dc2e6a6fdd41ca5bc33cf0afd052f1af99f7e

Available diffs

No changes file available.

Binary packages built by this source

golang-github-calmh-luhn-dev: Luhn-mod-N implementation in Go

 Package luhn provides a Luhn-mod-N implementation in Go.
 Function generate returns a check digit for the string s,
 which should be composed of characters from the Alphabet a.
 Function validate returns true if the last character of the
 string s is correct, for a string s composed of characters
 in the alphabet a.