File: control

package info (click to toggle)
ruby-memo-wise 1.13.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 400 kB
  • sloc: ruby: 3,035; sh: 4; makefile: 4
file content (26 lines) | stat: -rw-r--r-- 1,041 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Source: ruby-memo-wise
Section: ruby
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Cédric Boutillier <boutil@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb (>= 1)
Standards-Version: 4.7.3
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-memo-wise.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-memo-wise
Homepage: https://github.com/panorama-ed/memo_wise
Testsuite: autopkgtest-pkg-ruby

Package: ruby-memo-wise
Architecture: all
Depends: ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends}
Multi-Arch: foreign
Description: wise Ruby memoization library
 MemoWise is a memoisation library with the following properties:
  * Fast performance of memoized reads
  * Support for resetting and presetting memoized values
  * Support for memoization on frozen objects
  * Support for memoization of class and module methods
  * Support for inheritance of memoized class and instance methods
  * Documented and tested thread-safety guarantees