File: control

package info (click to toggle)
el-mock-el 1.25.1%2Bgit20220625.6cfbc9d-7
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 144 kB
  • sloc: lisp: 631; makefile: 8
file content (26 lines) | stat: -rw-r--r-- 959 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
23
24
25
26
Source: el-mock-el
Section: editors
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: Lev Lamberov <dogsleg@debian.org>,
           Xiyue Deng <manphiz@gmail.com>,
Build-Depends: debhelper-compat (= 13),
               dh-elpa (>= 2.1.6),
               elpa-ert-expectations,
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://github.com/rejeep/el-mock.el
Vcs-Browser: https://salsa.debian.org/emacsen-team/el-mock-el
Vcs-Git: https://salsa.debian.org/emacsen-team/el-mock-el.git
Testsuite: autopkgtest-pkg-elpa

Package: elpa-el-mock
Architecture: all
Depends: ${elpa:Depends},
         ${misc:Depends}
Recommends: emacs
Enhances: emacs
Description: tiny mock and stub framework for Emacs Lisp
 Emacs Lisp Mock is a library for mocking and stubbing using readable
 syntax. Most commonly Emacs Lisp Mock is used in conjunction with
 Emacs Lisp Expectations, but it can be used in other contexts.