From: Ralph Ronnquist Date: Sun, 30 Apr 2023 13:56:44 +0000 (+1000) Subject: add author and revdate X-Git-Tag: 0.1.0~6 X-Git-Url: https://git.rrq.au/?a=commitdiff_plain;h=609a10cd1bafd91b8361a3a4de8f811ca9b3f527;p=rrq%2Fnewlisp%2Fpacknl.git add author and revdate --- diff --git a/README.adoc b/README.adoc index 8756dee..f785ab6 100644 --- a/README.adoc +++ b/README.adoc @@ -1,5 +1,6 @@ -The packnl Project -================== += The packnl Project +:author: Ralph Ronnquist +:revdate: Sun, 30 Apr 2023 23:56:02 +1000 *packnl* is a tool for "packing" a newlisp application into an executable by using the embedding feature of newlisp. Such a packed @@ -12,8 +13,7 @@ The packed appplication uses the first application file as its "main script", which is loaded and executed automatically. Other application files are available for the +load+, +read-file+ and +file?+ functions. -Usage Examples --------------- +== Usage Examples .Writing a packed binary ==== @@ -52,8 +52,7 @@ This commandline form is used for unpacking a packed binary into a given target directory. ==== -Packed Binary Format --------------------- +== Packed Binary Format A packed binary is essentially a concatenation of an embedded newlisp executable (together with its embedded script) and an archive file in