dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

emacsql-sqlite-pkg.el (395B)


      1 (define-package "emacsql-sqlite" "3.0.0" "EmacSQL back-end for SQLite"
      2   '((emacs "25.1")
      3     (emacsql "2.0.0"))
      4   :commit "8c5f095458aa37e4146b80d9319ee63571734127" :authors
      5   '(("Christopher Wellons" . "wellons@nullprogram.com"))
      6   :maintainer
      7   '("Christopher Wellons" . "wellons@nullprogram.com")
      8   :url "https://github.com/skeeto/emacsql")
      9 ;; Local Variables:
     10 ;; no-byte-compile: t
     11 ;; End: