41.5 Interfacing to an archive web server
A web server providing access to a package archive must support the following queries:
archive-contentsā
Return a lisp form describing the archive contents. The form is a list of āpackage-descā structures (see package.el
), except the first element of the list is the archive version.
ļ¹¤package nameļ¹„-readme.txtā
Return the long description of the package.
ļ¹¤file nameļ¹„.sigā
Return the signature for the file.
ļ¹¤file nameļ¹„ā
Return the file. This will be the tarball for a multi-file package, or the single file for a simple package.