File: control

package info (click to toggle)
emacs-kv 0.0.19%2Bgit20140108.7211484-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 88 kB
  • sloc: lisp: 561; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 729 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: emacs-kv
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
Standards-Version: 4.2.0
Vcs-Browser: https://salsa.debian.org/emacsen-team/emacs-kv
Vcs-Git: https://salsa.debian.org/emacsen-team/emacs-kv.git
Testsuite: autopkgtest-pkg-elpa

Package: elpa-kv
Architecture: all
Depends: ${elpa:Depends}, ${misc:Depends}
Recommends: emacs (>= 46.0)
Enhances: emacs,
 emacs24,
 emacs25
Description: key/value data structure functions for Emacs Lisp
 This library provides some routines for working with key/value data
 structures, like hash-tables and alists and plists, in Emacs Lisp.