1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
|
Source: emacsql
Section: editors
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: Aymeric Agon-Rambosson <aymeric.agon@yandex.com>
Build-Depends: debhelper-compat (= 13),
dh-elpa,
elpa-pg <!nocheck>,
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/emacsen-team/emacsql
Vcs-Git: https://salsa.debian.org/emacsen-team/emacsql.git
Homepage: https://github.com/magit/emacsql
Testsuite: autopkgtest-pkg-elpa
Rules-Requires-Root: no
Package: elpa-emacsql
Architecture: all
Depends: ${elpa:Depends}, ${misc:Depends}
Recommends: emacs
Enhances: emacs
Description: high level SQL database frontend for Emacs (abstractions)
EmacSQL is a high level Emacs Lisp frontend for SQLite
(primarily), PostgreSQL, MySQL, and potentially other SQL
databases.
.
This package contains the high level abstractions.
Package: elpa-emacsql-sqlite
Architecture: all
Depends: elpa-emacsql (>= ${source:Version}), ${misc:Depends}
Recommends: emacs
Enhances: emacs
Description: high level SQL database frontend for Emacs (SQLite backend)
EmacSQL is a high level Emacs Lisp frontend for SQLite
(primarily), PostgreSQL, MySQL, and potentially other SQL
databases.
.
This package contains the SQLite backend.
Package: elpa-emacsql-psql
Architecture: all
Depends: elpa-emacsql (>= ${source:Version}), ${misc:Depends}, elpa-pg
Recommends: emacs
Enhances: emacs
Description: high level SQL database frontend for Emacs (PostgreSQL backend)
EmacSQL is a high level Emacs Lisp frontend for SQLite
(primarily), PostgreSQL, MySQL, and potentially other SQL
databases.
.
This package contains the PostgreSQL backend.
Package: elpa-emacsql-mysql
Architecture: all
Depends: elpa-emacsql (>= ${source:Version}), ${misc:Depends}
Recommends: emacs
Enhances: emacs
Description: high level SQL database frontend for Emacs (MySQL backend)
EmacSQL is a high level Emacs Lisp frontend for SQLite
(primarily), PostgreSQL, MySQL, and potentially other SQL
databases.
.
This package contains the MySQL backend.
|