14 lines
455 B
EmacsLisp
14 lines
455 B
EmacsLisp
(define-package "emacsql-sqlite" "20230225.2205" "EmacSQL back-end for SQLite"
|
|
'((emacs "25.1")
|
|
(emacsql "20230220"))
|
|
:commit "b436adf09ebe058c28e0f473bed90ccd7084f6aa" :authors
|
|
'(("Christopher Wellons" . "wellons@nullprogram.com"))
|
|
:maintainers
|
|
'(("Jonas Bernoulli" . "jonas@bernoul.li"))
|
|
:maintainer
|
|
'("Jonas Bernoulli" . "jonas@bernoul.li")
|
|
:url "https://github.com/magit/emacsql")
|
|
;; Local Variables:
|
|
;; no-byte-compile: t
|
|
;; End:
|