* recipes/memoize.rcp: new recipe memoize.

This commit is contained in:
Yakkala Yagnesh Raghava 2017-09-06 18:09:51 +05:30
parent c98016bf35
commit 4ff2c08474

6
recipes/memoize.rcp Normal file
View File

@ -0,0 +1,6 @@
(:name memoize
:description "Elisp memoization functions"
:website "https://github.com/skeeto/emacs-memoize"
:type github
:depends cl-lib
:pkgname "skeeto/emacs-memoize")