el-get/recipes/finalize.rcp
Noam Postavsky 940ff3d0ca Fix emacsql (forge dependency)
* recipes/emacsql.rcp (emacsql): It now requires Emacs 25 instead of
finalize.
* recipes/finalize.rcp (finalize): Note that it's obsolete as of Emacs
25.
* recipes/forge.rcp (forge): Depend on emacsql, rather than
emacsql-sqlite (which is the package.el name, el-get doesn't make the
separation).
2019-03-31 12:14:33 -04:00

9 lines
318 B
Plaintext

(:name finalize
:description "Lisp object finalization."
;; From its REAME: Emacs 25 directly supports finalizers via
;; make-finalizer. Only use this package if you must support
;; Emacs 24 or earlier.
:type github
:pkgname "skeeto/elisp-finalize"
:depends (cl-lib))