summaryrefslogtreecommitdiff
path: root/devdocs/elisp/packaging.html
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2024-04-07 13:41:34 -0500
committerCraig Jennings <c@cjennings.net>2024-04-07 13:41:34 -0500
commit754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 (patch)
treef1190704f78f04a2b0b4c977d20fe96a828377f1 /devdocs/elisp/packaging.html
new repository
Diffstat (limited to 'devdocs/elisp/packaging.html')
-rw-r--r--devdocs/elisp/packaging.html31
1 files changed, 31 insertions, 0 deletions
diff --git a/devdocs/elisp/packaging.html b/devdocs/elisp/packaging.html
new file mode 100644
index 00000000..8e084e6e
--- /dev/null
+++ b/devdocs/elisp/packaging.html
@@ -0,0 +1,31 @@
+ <h2 class="chapter">Preparing Lisp code for distribution</h2> <p>Emacs provides a standard way to distribute Emacs Lisp code to users. A <em>package</em> is a collection of one or more files, formatted and bundled in such a way that users can easily download, install, uninstall, and upgrade it. </p> <p>The following sections describe how to create a package, and how to put it in a <em>package archive</em> for others to download. See <a href="https://www.gnu.org/software/emacs/manual/html_node/emacs/Packages.html#Packages">Packages</a> in <cite>The GNU Emacs Manual</cite>, for a description of user-level features of the packaging system. </p> <p>These sections are mostly directed towards package archive maintainers—much of this information is not relevant for package authors (i.e., people who write code that will be distributed via these archives). </p> <table class="menu" border="0" cellspacing="0"> <tr>
+<td align="left" valign="top">• <a href="packaging-basics" accesskey="1">Packaging Basics</a>
+</td>
+<td> </td>
+<td align="left" valign="top">The basic concepts of Emacs Lisp packages. </td>
+</tr> <tr>
+<td align="left" valign="top">• <a href="simple-packages" accesskey="2">Simple Packages</a>
+</td>
+<td> </td>
+<td align="left" valign="top">How to package a single .el file. </td>
+</tr> <tr>
+<td align="left" valign="top">• <a href="multi_002dfile-packages" accesskey="3">Multi-file Packages</a>
+</td>
+<td> </td>
+<td align="left" valign="top">How to package multiple files. </td>
+</tr> <tr>
+<td align="left" valign="top">• <a href="package-archives" accesskey="4">Package Archives</a>
+</td>
+<td> </td>
+<td align="left" valign="top">Maintaining package archives. </td>
+</tr> <tr>
+<td align="left" valign="top">• <a href="archive-web-server" accesskey="5">Archive Web Server</a>
+</td>
+<td> </td>
+<td align="left" valign="top">Interfacing to an archive web server. </td>
+</tr> </table><div class="_attribution">
+ <p class="_attribution-p">
+ Copyright &copy; 1990-1996, 1998-2022 Free Software Foundation, Inc. <br>Licensed under the GNU GPL license.<br>
+ <a href="https://www.gnu.org/software/emacs/manual/html_node/elisp/Packaging.html" class="_attribution-link">https://www.gnu.org/software/emacs/manual/html_node/elisp/Packaging.html</a>
+ </p>
+</div>