File: control

package info (click to toggle)
load-relative-el 1.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 268 kB
  • sloc: lisp: 492; makefile: 91; sh: 86; ruby: 16
file content (23 lines) | stat: -rw-r--r-- 877 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
Source: load-relative-el
Section: lisp
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: Lev Lamberov <dogsleg@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-elpa
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://elpa.gnu.org/packages/load-relative.html
Vcs-Browser: https://salsa.debian.org/emacsen-team/load-relative-el
Vcs-Git: https://salsa.debian.org/emacsen-team/load-relative-el.git

Package: elpa-load-relative
Architecture: all
Depends: ${elpa:Depends},
         ${misc:Depends}
Recommends: emacs (>= 46.0)
Enhances: emacs
Description: relative file load (within a multi-file Emacs package)
 This package provides functions which facilitate writing multi-file
 Emacs packages and facilitate running from the source tree without
 having to "install" code or fiddle with `load-path'.