summaryrefslogtreecommitdiff
path: root/debian/control
blob: de4ecc8568a52a4e3930acaaa7b74c37a124b077 (plain)
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
Source: emacs-db
Section: lisp
Priority: optional
Maintainer: Debian Emacs addons team <pkg-emacsen-addons@lists.alioth.debian.org>
Uploaders: Sean Whitton <spwhitton@spwhitton.name>
Build-Depends: debhelper (>= 10),
 dh-elpa
Standards-Version: 4.1.0
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-emacsen/pkg/emacs-db.git/
Vcs-Git: https://anonscm.debian.org/git/pkg-emacsen/pkg/emacs-db.git
Testsuite: autopkgtest-pkg-elpa

Package: elpa-db
Architecture: all
Depends: ${elpa:Depends}, ${misc:Depends}
Recommends: emacs (>= 46.0)
Enhances: emacs,
 emacs24,
 emacs25
Description: A database for EmacsLisp  
 This is a simple database interface and implementation.
 .
 It should be possible to specify any kind of key/value database
 with this interface.
 .
 The supplied implementation is an Emacs hash-table implementation
 backed with serializing objects.  It is NOT intended for anything
 other than very simple use cases and will not scale very well at
 all.
 .
 However, other implementations (mongodb, redis or PostgreSQL
 hstore) would be easy to implement and fit in here.