File: control

package info (click to toggle)
emacs-db 0.0.6%2Bgit20140421.b3a423f-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 80 kB
  • sloc: lisp: 333; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 823 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
25
26
27
28
Source: emacs-db
Section: lisp
Priority: optional
Maintainer: Debian Emacsen Team <debian-emacsen@lists.debian.org>
Uploaders: Sean Whitton <spwhitton@spwhitton.name>
Build-Depends: debhelper (>= 10),
 dh-elpa,
 elpa-kv
Standards-Version: 4.1.0
Vcs-Browser: https://salsa.debian.org/emacsen-team/emacs-db
Vcs-Git: https://salsa.debian.org/emacsen-team/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: database interface for Emacs Lisp
 This library provides
 - a database interface for Emacs Lisp
 - a sample Emacs hashtable implementation of this interface
   (not for production)
 .
 It should be possible to specify any kind of key/value database with
 this interface.