golang-github-yudai-golcs 0.0~git20170316.ecda9a5-3 source package in Ubuntu

Changelog

golang-github-yudai-golcs (0.0~git20170316.ecda9a5-3) unstable; urgency=low

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update standards version to 4.5.0, no changes needed.
  * Apply multi-arch hints.
    + golang-github-yudai-golcs-dev: Add Multi-Arch: foreign.

  [ Thorsten Alteholz ]
  * update watch file

 -- Thorsten Alteholz <email address hidden>  Mon, 23 Nov 2020 03:08:54 +0000

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
Urgency:
Low 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-yudai-golcs_0.0~git20170316.ecda9a5-3.dsc 2.4 KiB ed79790da319e67bbd85fb8967bd4732d0c785674428805ac6031e5c94199a45
golang-github-yudai-golcs_0.0~git20170316.ecda9a5.orig.tar.xz 3.4 KiB 542b32e331c059d4299c84f72e55e3139f43145535cb903a55947e12c1160a3e
golang-github-yudai-golcs_0.0~git20170316.ecda9a5-3.debian.tar.xz 2.2 KiB 06bf851a0226979b376700e99203bc827176c36f851cd3fb8da83a8eb6786e9a

No changes file available.

Binary packages built by this source

golang-github-yudai-golcs-dev: Go Longest Common Subsequence

 This package can be used to calculate LCS of slices.
 .
 All the methods of Lcs cache their return values. For example, the
 memo table is calculated only once and reused when Values(), Length()
 and other methods are called.