Archived
1
0
Fork 0
This repository has been archived on 2024-10-19. You can view files and clone it, but cannot push or open issues or pull requests.
emacs/code/elpa/ht-20230703.558/ht-pkg.el

14 lines
423 B
EmacsLisp
Raw Normal View History

(define-package "ht" "20230703.558" "The missing hash table library for Emacs"
'((dash "2.12.0"))
:commit "1c49aad1c820c86f7ee35bf9fff8429502f60fef" :authors
'(("Wilfred Hughes" . "me@wilfred.me.uk"))
:maintainers
'(("Wilfred Hughes" . "me@wilfred.me.uk"))
:maintainer
'("Wilfred Hughes" . "me@wilfred.me.uk")
:keywords
'("hash table" "hash map" "hash"))
;; Local Variables:
;; no-byte-compile: t
;; End: