Files
emacs/lisp/simple-httpd/simple-httpd-pkg.el
2025-06-22 17:08:08 +02:00

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")))