File: control

package info (click to toggle)
suggest-el 0.7-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 192 kB
  • sloc: lisp: 871; makefile: 17; sh: 7
file content (31 lines) | stat: -rw-r--r-- 1,045 bytes parent folder | download | duplicates (3)
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
Source: suggest-el
Section: lisp
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: Lev Lamberov <dogsleg@debian.org>
Build-Depends: debhelper (>= 11),
               dh-elpa,
               elpa-dash,
               elpa-f,
               elpa-loop,
               elpa-s,
               elpa-spinner
Standards-Version: 4.1.5
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-elpa
Homepage: https://github.com/Wilfred/suggest.el
Vcs-Browser: https://salsa.debian.org/emacsen-team/suggest-el
Vcs-Git: https://salsa.debian.org/emacsen-team/suggest-el.git

Package: elpa-suggest
Architecture: all
Depends: ${elpa:Depends},
         ${misc:Depends}
Recommends: emacs (>= 46.0)
Enhances: emacs,
          emacs25
Description: discover Emacs Lisp functions based on examples
 This package is an Emacs package for discovering Emacs Lisp functions
 based on examples. You supply an example input and output, and it
 makes suggestions. It is a great way of exploring list, string and
 arithmetic functions.