10 lines
387 B
EmacsLisp
10 lines
387 B
EmacsLisp
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
|
(define-package "memoize" "20200103.2036"
|
|
"Memoization functions."
|
|
()
|
|
:url "https://github.com/skeeto/emacs-memoize"
|
|
:commit "51b075935ca7070f62fae1d69fe0ff7d8fa56fdd"
|
|
:revdesc "51b075935ca7"
|
|
:authors '(("Christopher Wellons" . "mosquitopsu@gmail.com"))
|
|
:maintainers '(("Christopher Wellons" . "mosquitopsu@gmail.com")))
|