core-memoize-clojure 1.0.257-1 source package in Ubuntu

Changelog

core-memoize-clojure (1.0.257-1) unstable; urgency=medium

  * Team upload.

  [ Louis-Philippe Véronneau ]
  * d/control: New email for the Clojure Team.

  [ Jérôme Charaoui ]
  * New upstream version 1.0.257
  * d/control:
    + add Rules-Requires-Root field
    + bump dh-compat to 13
    + bump Standards-Version, no changes needed
  * d/docs: ship upstream README
  * d/gbp.conf: add config with clojure team defaults
  * d/rules: actually run build tests
  * d/rules: drop converting markdown to html
  * d/tests: add autopkgtests
  * d/upstream: add upstream metadata
  * d/watch: switch to git mode

 -- Jérôme Charaoui <email address hidden>  Mon, 24 Oct 2022 23:08:25 -0400

Upload details

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
core-memoize-clojure_1.0.257-1.dsc 1.6 KiB 82ede29f2a27cd46ae83969f57952da1d9a4537b218e6029a03b65b7ae96aad9
core-memoize-clojure_1.0.257.orig.tar.xz 20.5 KiB 9c798c354b1209047944f2156a5a16dc890cdc23777bf4f7afb028ad29d56bb6
core-memoize-clojure_1.0.257-1.debian.tar.xz 7.3 KiB e88e9e795e2e33bc4de4161fbc0b66f0abb7826a3e040928f31fd8f9efabaddb

Available diffs

No changes file available.

Binary packages built by this source

libcore-memoize-clojure: Clojure memoization library

 core.memoize provides the following features:
  * An underlying PluggableMemoization protocol, allowing the use of
    customizable and swappable memoization caches.
  * Memoization builders for implementation of common caching strategies (FIFO,
    LRU, TTL, etc.)
  * Function for manipulating the memoization cache of core.memoize-backed
    functions.