summaryrefslogtreecommitdiff
path: root/lib/lua-repl/dev
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2023-12-13 16:10:08 +1100
committerjacqueline <me@jacqueline.id.au>2023-12-13 16:10:08 +1100
commit64b106c13e18c33be0f2b0de532054e0ed3f731d (patch)
treeb54b1c90d941bc456b4d51e864970720bdf2d648 /lib/lua-repl/dev
parent5a2f0b08e0e3f20cda977b510b680d5843ae7283 (diff)
downloadtangara-fw-64b106c13e18c33be0f2b0de532054e0ed3f731d.tar.gz
add a cool lua repl
Diffstat (limited to 'lib/lua-repl/dev')
-rw-r--r--lib/lua-repl/dev/RELEASE-MESSAGE21
1 files changed, 21 insertions, 0 deletions
diff --git a/lib/lua-repl/dev/RELEASE-MESSAGE b/lib/lua-repl/dev/RELEASE-MESSAGE
new file mode 100644
index 00000000..0fdbdf34
--- /dev/null
+++ b/lib/lua-repl/dev/RELEASE-MESSAGE
@@ -0,0 +1,21 @@
+To: <lua-l@lists.lua.org>
+Subject: [ANN] lua-repl $VERSION
+
+Hi everyone,
+
+I'm happy to announce a new version of lua-repl!
+
+For those of you who aren't aware of it, lua-repl is a library to make
+it easy to embed a REPL similar to the standalone interpreter in your
+Lua application. It also comes with a suite of plugins for enhancing
+itself, as well as a "demo" console REPL that may be used as an
+alternative to the standalone REPL (named rep.lua).
+
+$CHANGE_SUMMARY
+
+The source for lua-repl is located on Github:
+https://github.com/hoelzro/lua-repl. The release tarball is here:
+https://github.com/hoelzro/lua-repl/archive/$VERSION.tar.gz
+
+Thanks,
+Rob