Binary package “libcore-memoize-clojure” in ubuntu lunar

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.