emacs-memoize 1.1-2.1 source package in Ubuntu

Changelog

emacs-memoize (1.1-2.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 13:17:36 +0100

Upload details

Uploaded by:
Debian Emacsen team
Uploaded to:
Sid
Original maintainer:
Debian Emacsen 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

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
emacs-memoize_1.1-2.1.dsc 1.9 KiB 2a394327db68123b2c63ffa61cc326ceed9a7fdb52864148e50b3a16e841dbc9
emacs-memoize_1.1.orig.tar.gz 4.1 KiB 23b5a06d23bc7638ad149af5141c83a87bcf1ed0f88cfa5b4a6e0840b4a1a706
emacs-memoize_1.1-2.1.debian.tar.xz 2.5 KiB 79988b16d5c2226f45d9b2cdb66f6fc704aec5e31c1e34696928e32e431d26a6

Available diffs

No changes file available.

Binary packages built by this source

elpa-memoize: memoization functions

 This package provides memoization functions. `memoize' accepts a
 symbol or a function. When given a symbol, the symbol's function
 definition is memoized and installed overtop of the original function
 definition. When given a function, it returns a memoized version of
 that function.
 .
 Memoization takes up memory, which should be freed at some point.
 Because of this, all memoization has a timeout from when the last
 access was.