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 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
Source: geiser
Section: lisp
Priority: optional
Maintainer: Debian Emacsen Team <debian-emacsen@lists.debian.org>
Uploaders: David Bremner <bremner@debian.org>, Dhavan Vaidya <quark@codingquark.com>
Build-Depends: debhelper-compat (= 13),
dh-elpa (>= 0.0.12),
install-info
Standards-Version: 4.4.0
Rules-Requires-Root: no
Homepage: http://www.nongnu.org/geiser/
Vcs-Git: https://salsa.debian.org/emacsen-team/geiser.git
Vcs-Browser: https://salsa.debian.org/emacsen-team/geiser
Package: elpa-geiser
Architecture: all
Depends: emacs | emacsen,
emacsen-common,
install-info,
${misc:Depends},
${shlibs:Depends}
Enhances: emacs
Suggests: racket
Provides: geiser
Breaks: geiser (<< 0.7-1)
Replaces: geiser (<< 0.7-1)
Description: enhanced Scheme interaction mode for Emacs
Geiser features an enhanced REPL and a set of minor modes improving
Emacs' basic scheme major mode. The main functionalities provided
are:
- Evaluation of forms in the namespace of the current module.
- Macro expansion.
- File/module loading.
- Namespace-aware identifier completion (including local bindings,
names visible in the current module, and module names).
- Autodoc: the echo area shows information about the signature of
the procedure/macro around point automatically.
- Jump to definition of identifier at point.
- Access to documentation (including docstrings when the
implementation provides it).
- Listings of identifiers exported by a given module.
- Listings of callers/callees of procedures.
- Rudimentary support for debugging (list of
evaluation/compilation error in an Emacs' compilation-mode
buffer).
Package: geiser
Architecture: all
Depends: elpa-geiser, ${misc:Depends}
Description: Transition Package, geiser to elpa-geiser
The geiser emacs addon has been elpafied. This dummy package
helps ease transition from geiser to elpa-geiser.
|