update of packages
This commit is contained in:
13
lisp/ht/ht-pkg.el
Normal file
13
lisp/ht/ht-pkg.el
Normal file
@@ -0,0 +1,13 @@
|
||||
(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:
|
||||
Reference in New Issue
Block a user