1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Source: emacs-web-server
Section: lisp
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: Lev Lamberov <dogsleg@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-elpa
Standards-Version: 4.6.2
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-elpa
Homepage: https://github.com/skeeto/emacs-http-server
Vcs-Browser: https://salsa.debian.org/emacsen-team/emacs-web-server
Vcs-Git: https://salsa.debian.org/emacsen-team/emacs-web-server.git
Package: elpa-simple-httpd
Architecture: all
Depends: ${elpa:Depends},
${misc:Depends}
Recommends: emacs
Enhances: emacs
Description: pure elisp HTTP server
This used to be httpd.el but there are already several of these out there
already of varying usefulness. Since the name change, it's been stripped down
to simply serve files and directory listings. Client requests are sanitized so
this should be safe, but its author makes no guarantees.
|