14 lines
423 B
EmacsLisp
14 lines
423 B
EmacsLisp
(define-package "web-server" "20210708.2242" "Emacs Web Server"
|
|
'((emacs "24.1")
|
|
(cl-lib "0.6"))
|
|
:commit "6357a1c2d1718778503f7ee0909585094117525b" :authors
|
|
'(("Eric Schulte" . "schulte.eric@gmail.com"))
|
|
:maintainer
|
|
'("Eric Schulte" . "schulte.eric@gmail.com")
|
|
:keywords
|
|
'("http" "server" "network")
|
|
:url "https://github.com/eschulte/emacs-web-server")
|
|
;; Local Variables:
|
|
;; no-byte-compile: t
|
|
;; End:
|