ht-el 2.2-1 source package in Ubuntu

Changelog

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

  * New upstream version 2.2
  * d/control: Declare Standards-Version 4.1.1 (no changes needed)
  * d/control: Clean dependencies (remove dash-el and emacsen-common)
  * d/control: Remove emacs24 from Enchances field
  * d/control: Remove Built-Using field
  * d/control: Capitalize Emacs Lisp properly in description

 -- Lev Lamberov <email address hidden>  Wed, 15 Nov 2017 13:23:18 +0500

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ht-el_2.2-1.dsc 1.9 KiB c6725374ba32907a7a9c8931d03464b9b812f459e2203993b7565146b36a44ca
ht-el_2.2.orig.tar.gz 7.3 KiB 956273aa893c19ecb889cc85b1fae3b3c183984d9be57026b2671efd6829e1b3
ht-el_2.2-1.debian.tar.xz 2.3 KiB 6705ffa4323de66e935786c857f9054df7c5d467fd642084f19f713d6f7e5b80

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.