dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

restclient-pkg.el (386B)


      1 (define-package "restclient" "20231010.1327" "An interactive HTTP client for Emacs" 'nil :commit "e2a2b13482d72634f8e49864cd9e5c907a5fe137" :authors
      2   '(("Pavel Kurnosov" . "pashky@gmail.com"))
      3   :maintainers
      4   '(("Pavel Kurnosov" . "pashky@gmail.com"))
      5   :maintainer
      6   '("Pavel Kurnosov" . "pashky@gmail.com")
      7   :keywords
      8   '("http"))
      9 ;; Local Variables:
     10 ;; no-byte-compile: t
     11 ;; End: