Source: ruby-ddmemoize Section: ruby Maintainer: Debian Ruby Team Uploaders: Cédric Boutillier Build-Depends: debhelper-compat (= 14), gem2deb, rake, ruby-ddmetrics, ruby-fuubar, ruby-ref, ruby-rspec Standards-Version: 4.7.4 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-ddmemoize.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-ddmemoize Homepage: https://github.com/ddfreyne/ddmemoize Testsuite: autopkgtest-pkg-ruby Package: ruby-ddmemoize Architecture: all Depends: ruby:any Description: 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