anse1 / emacs-libpq

An Emacs 25 module for accessing postgres via libpq.
GNU General Public License v3.0
22 stars 4 forks source link

pq.el: improvements for packaging #21

Closed tgbugs closed 2 years ago

tgbugs commented 2 years ago

make the repository of record clear

add package requires for emacs 25

wrap require 'pq-core in (if t ...) to keep the compiler happy since pq-core is the c module that will be missing at compile

re: https://github.com/anse1/emacs-libpq/issues/12#issuecomment-1039545993

monnier commented 2 years ago

FWIW: looks good to me, thanks!