summaryrefslogtreecommitdiff
path: root/debian/control
blob: 662d01b42caa7b905d6a22bf6007ce58cd745f0c (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
33
34
Source: epl
Section: lisp
Priority: optional
Maintainer: Debian Emacsen Team <debian-emacsen@lists.debian.org>
Uploaders:
 Sean Whitton <spwhitton@spwhitton.name>,
Build-Depends:
 elpa-dash (>= 2.11.0),
 debhelper (>= 10),
 dh-elpa (>= 0.0.17),
 elpa-f (>= 0.17.3),
 elpa-s (>= 1.9.0),
Standards-Version: 4.1.3
Homepage: https://github.com/cask/epl
Vcs-Git: https://salsa.debian.org/emacsen-team/epl.git
Vcs-Browser: https://salsa.debian.org/emacsen-team/epl

Package: elpa-epl
Architecture: all
Depends:
 emacs,
 ${misc:Depends},
Built-Using:
 ${misc:Built-Using},
Recommends:
 emacs (>= 46.0),
Enhances:
 emacs
Description: Emacs Package Library
 EPL provides a convenient high-level API for various versions of
 package.el, and aims to overcome its most striking idiosyncracies.
 .
 Functions are provided to get information about packages and manage
 packages in a user's Emacs configuration.