Package: node-mem Version: 1.1.0 Revision: 1.1.1 ### BuildDepends: << fink (>= 0.32) << Depends: << node-mimic-fn, nodejs << ### Source: mirror:debian:/pool/main/n/%n/%n_%v.orig.tar.gz Source-Checksum: SHA256(70cd7ff66eaba3894d5b7e8fc13c2430dd2d2aa476fad4ee0e1c3ae850fe8674) SourceDirectory: mem-%v Source2: mirror:debian:pool/main/n/%n/%n_%v-1.1.debian.tar.xz Source2-Checksum: SHA256(06f77cc0f993e5fb0d5957b98c52e76414e2a027a2ad7a21bf4d9150c00ff1a3) Source2ExtractDir: mem-%v ### DocFiles: readme.md license ### CompileScript: << echo << InstallScript: << install -d -m0755 %i/share/nodejs/mem install -m0644 index.js %i/share/nodejs/mem/ install -m0644 package.json %i/share/nodejs/mem/ << ### Description: Memoize functions DescDetail: << An optimization used to speed up consecutive function calls by caching the result of calls with identical input. . Node.js is an event-based server-side JavaScript engine. << ### License: BSD Homepage: https://github.com/sindresorhus/mem#readme Maintainer: Justin F. Hallett <thesin@users.sourceforge.net>