ht-el 2.3-1 source package in Ubuntu

Changelog

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

  * New upstream version 2.3
  * Add upstream metadata
  * d/control: Declare Standards-Version 4.5.1 (no changes needed)
  * d/control: Migrate to debhelper-compat 13
  * d/copyright: Bump copyright years
  * d/rules: Install upstream changelog

 -- Lev Lamberov <email address hidden>  Wed, 20 Jan 2021 10:40:16 +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

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ht-el_2.3-1.dsc 1.9 KiB 7dc6a804140678b15c548716729b0282faab5b7da4c02d1a088b4af89296404b
ht-el_2.3.orig.tar.gz 8.5 KiB 654d709b4414467d9c2d2566dfca88c53987e44bf18ebd6383aa51d23416dd1d
ht-el_2.3-1.debian.tar.xz 2.6 KiB 7909346a5c1b97a60ad1062723f3ab71eacb23a9a0fdec117703c544f8c2a680

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.