geiser 0.10-1 source package in Ubuntu

Changelog

geiser (0.10-1) unstable; urgency=medium

  [ David Krauser ]
  * Update maintainer email address

  [ Dhavan Vaidya ]
  * Updated debian/watch URL regex
  * New upstream release
  * Bumped Standards Version to 4.4.0
  * d/compat: migrate to v13
  * d/control: added Enhances, Rules-Requires-Root fields
  * d/control: added codingquark as uploader
  * d/copyright: cleaned up trailing whitespaces
  * d/rules: removed `get-orig-source` field and relevat vars
  * d/control: debhelper now uses autoreconf
  * d/rules: removed `autoreconf`

 -- Dhavan Vaidya <email address hidden>  Fri, 12 Jun 2020 18:17:37 +0530

Upload details

Uploaded by:
Debian Emacsen team
Uploaded to:
Sid
Original maintainer:
Debian Emacsen team
Architectures:
all
Section:
lisp
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe lisp
Mantic release universe lisp
Lunar release universe lisp
Jammy release universe lisp

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
geiser_0.10-1.dsc 2.1 KiB d166711a7a5e6bfb30abecf24f9fc650d3518dc633a3215e6653837dcd318f16
geiser_0.10.orig.tar.xz 310.8 KiB 268d6d1f0a2abb293717e52df636683324411e591ffcd6a02ecfcad1dbe4518d
geiser_0.10-1.debian.tar.xz 5.4 KiB d40d320e2f2664909fc57dbf0c227d723b3395fcc939013939ba5c268bd49612

Available diffs

No changes file available.

Binary packages built by this source

elpa-geiser: 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).

geiser: Transition Package, geiser to elpa-geiser

 The geiser emacs addon has been elpafied. This dummy package
 helps ease transition from geiser to elpa-geiser.