11 lines
435 B
EmacsLisp
11 lines
435 B
EmacsLisp
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
|
(define-package "ht" "20230703.558"
|
|
"The missing hash table library for Emacs."
|
|
'((dash "2.12.0"))
|
|
:url "https://github.com/Wilfred/ht.el"
|
|
:commit "1c49aad1c820c86f7ee35bf9fff8429502f60fef"
|
|
:revdesc "1c49aad1c820"
|
|
:keywords '("hash table" "hash map" "hash")
|
|
:authors '(("Wilfred Hughes" . "me@wilfred.me.uk"))
|
|
:maintainers '(("Wilfred Hughes" . "me@wilfred.me.uk")))
|