ht-el 2.1-1 source package in Ubuntu

Changelog

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

  * Initial release (Closes: #854824)

 -- Lev Lamberov <email address hidden>  Fri, 10 Feb 2017 23:58:25 +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

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ht-el_2.1-1.dsc 1.9 KiB 2e4dd288cbd9370394fce714fce4f7ceccf3d3597f8b3e4d57e685de1bedb6bc
ht-el_2.1.orig.tar.gz 7.1 KiB 74b4e3c86875963a0dd8cb57e601368020ac6379daf5b09d272401054e150c51
ht-el_2.1-1.debian.tar.xz 2.2 KiB a5e930ad149425ea99c48ce236671990c262b0e9181a71279d27ae53eafe3c0a

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.