10 lines
416 B
EmacsLisp
10 lines
416 B
EmacsLisp
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
|
(define-package "simple-httpd" "20230821.1458"
|
|
"Pure elisp HTTP server."
|
|
'((cl-lib "0.3"))
|
|
:url "https://github.com/skeeto/emacs-http-server"
|
|
:commit "347c30494d3bcfc79de35e54538f92f4e4a46ecd"
|
|
:revdesc "347c30494d3b"
|
|
:authors '(("Christopher Wellons" . "wellons@nullprogram.com"))
|
|
:maintainers '(("Christopher Wellons" . "wellons@nullprogram.com")))
|