10 lines
417 B
EmacsLisp
10 lines
417 B
EmacsLisp
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
|
(define-package "emacsql" "20251130.1841"
|
|
"High-level SQL database front-end."
|
|
'((emacs "26.1"))
|
|
:url "https://github.com/magit/emacsql"
|
|
:commit "f177a41e93b92a4b1139a553eed5415ca33f439c"
|
|
:revdesc "f177a41e93b9"
|
|
:authors '(("Christopher Wellons" . "wellons@nullprogram.com"))
|
|
:maintainers '(("Jonas Bernoulli" . "emacs.emacsql@jonas.bernoulli.dev")))
|