Files
emacs/lisp/simple-httpd/simple-httpd-pkg.el
2023-11-04 19:26:41 +01:00

13 lines
456 B
EmacsLisp

(define-package "simple-httpd" "20230821.1458" "pure elisp HTTP server"
'((cl-lib "0.3"))
:commit "347c30494d3bcfc79de35e54538f92f4e4a46ecd" :authors
'(("Christopher Wellons" . "wellons@nullprogram.com"))
:maintainers
'(("Christopher Wellons" . "wellons@nullprogram.com"))
:maintainer
'("Christopher Wellons" . "wellons@nullprogram.com")
:url "https://github.com/skeeto/emacs-http-server")
;; Local Variables:
;; no-byte-compile: t
;; End: