File: control

package info (click to toggle)
emacsql-sqlite3 1.0.2%2Bgit20220304.1.2113618-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 92 kB
  • sloc: lisp: 231; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 883 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: emacsql-sqlite3
Section: editors
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: Sean Whitton <spwhitton@spwhitton.name>
Build-Depends: debhelper-compat (= 12),
 dh-elpa,
 elpa-emacsql <!nocheck>,
 sqlite3 <!nocheck>,
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/emacsen-team/emacsql-sqlite3
Vcs-Git: https://salsa.debian.org/emacsen-team/emacsql-sqlite3.git
Homepage: https://github.com/cireu/emacsql-sqlite3
Testsuite: autopkgtest-pkg-elpa

Package: elpa-emacsql-sqlite3
Architecture: all
Depends: ${elpa:Depends}, ${misc:Depends}, sqlite3
Recommends: emacs (>= 46.0)
Enhances: emacs
Description: Yet another EmacSQL backend for SQLite
 Alternative EmacSQL backend for SQLite which uses the standard sqlite3
 executable to access the database, rather than a custom executable, as
 elpa-emacsql-sqlite does.