ruby-ddmemoize 1.0.0-1.1 source package in Ubuntu

Changelog

ruby-ddmemoize (1.0.0-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>  Tue, 05 Jan 2021 11:59:35 +0100

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
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

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-ddmemoize_1.0.0-1.1.dsc 2.1 KiB de151cccf8968b88529bbae173058a859319c404f06c25ae3c593db542f8b1f2
ruby-ddmemoize_1.0.0.orig.tar.gz 7.6 KiB f4ff1557b94ca1c17dce1385a7335d415698b7e1b46900dce3cae5effd26ea74
ruby-ddmemoize_1.0.0-1.1.debian.tar.xz 2.3 KiB 9367fdaf03a8154e6088d7e3d75fcce17218303bcfebeec3bc690d649f91604b

Available diffs

No changes file available.

Binary packages built by this source

ruby-ddmemoize: Ruby library providing support for memoizing functions

 The DDMemoize library adds support for memoizing Ruby
 functions, allowing for storing previously computed values.
 It provides the following features:
  * Supports memoizing functions on frozen objects
  * Releases memoized values when needed in order to reduce
    memory pressure
  * Optionally records metrics