ht-el 2.3-2 source package in Ubuntu

Changelog

ht-el (2.3-2) unstable; urgency=medium

  * d/control: Build-Depend on elpa-dash, not dash-el (Closes: #995584)
  * d/control: Declare Standards-Version 4.6.0 (no changes needed)

 -- Lev Lamberov <email address hidden>  Thu, 14 Oct 2021 22:22:53 +0500

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ht-el_2.3-2.dsc 1.9 KiB dba86d7a3bb68a1367bf7346e5c75d6de231ee37cfc68a906ac1a4313053ba26
ht-el_2.3.orig.tar.gz 8.5 KiB 654d709b4414467d9c2d2566dfca88c53987e44bf18ebd6383aa51d23416dd1d
ht-el_2.3-2.debian.tar.xz 2.6 KiB dc3756c2fc006833edffedc816d4453a3dcb46e547343667d2810cf6007d27a1

Available diffs

No changes file available.

Binary packages built by this source

elpa-ht: hash table library for Emacs

 The missing hash table library for Emacs. Libraries like `s.el'
 (strings) and `dash.el' (lists) have shown how much nicer Emacs Lisp
 programming can be with good libraries. `ht.el' aims to similarly
 simplify working with hash tables.
 .
 Common operations with hash tables (e.g. enumerate the keys) are too
 difficult in Emacs Lisp.
 .
 `ht.el' offers:
 .
  * a consistent naming scheme;
  * a more natural argument ordering;
  * a more comprehensive range of hash table operations;
  * mutation functions always return nil.