From 609a10cd1bafd91b8361a3a4de8f811ca9b3f527 Mon Sep 17 00:00:00 2001 From: Ralph Ronnquist Date: Sun, 30 Apr 2023 23:56:44 +1000 Subject: [PATCH] add author and revdate --- README.adoc | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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 -- 2.39.2