dotemacs

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

emacsql-pkg.el (372B)


      1 (define-package "emacsql" "3.0.0" "high-level SQL database front-end"
      2   '((emacs "25.1"))
      3   :commit "8c5f095458aa37e4146b80d9319ee63571734127" :authors
      4   '(("Christopher Wellons" . "wellons@nullprogram.com"))
      5   :maintainer
      6   '("Christopher Wellons" . "wellons@nullprogram.com")
      7   :url "https://github.com/skeeto/emacsql")
      8 ;; Local Variables:
      9 ;; no-byte-compile: t
     10 ;; End: