config

Personal configuration.
git clone git://code.dwrz.net/config
Log | Files | Refs

ht-pkg.el (423B)


      1 (define-package "ht" "20230703.558" "The missing hash table library for Emacs"
      2   '((dash "2.12.0"))
      3   :commit "1c49aad1c820c86f7ee35bf9fff8429502f60fef" :authors
      4   '(("Wilfred Hughes" . "me@wilfred.me.uk"))
      5   :maintainers
      6   '(("Wilfred Hughes" . "me@wilfred.me.uk"))
      7   :maintainer
      8   '("Wilfred Hughes" . "me@wilfred.me.uk")
      9   :keywords
     10   '("hash table" "hash map" "hash"))
     11 ;; Local Variables:
     12 ;; no-byte-compile: t
     13 ;; End: