diff options
author | abooksigun <abooksigun09@gmail.com> | 2019-12-19 22:43:03 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-12-19 22:43:03 +0700 |
commit | 2e9b146a3f9f755c1acd323db2e71d66c441c838 (patch) | |
tree | 6b9bbcb5736f3d4200daef8ba044663a9cc5c342 /development/Fennel/README | |
parent | d7828e770f240ae19a8b35da38ed1f335da5eb07 (diff) |
development/Fennel: Updated for version 0.3.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/Fennel/README')
-rw-r--r-- | development/Fennel/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/Fennel/README b/development/Fennel/README index 878ff9c791d97..06336bb959ef0 100644 --- a/development/Fennel/README +++ b/development/Fennel/README @@ -10,9 +10,9 @@ and reach of Lua with the flexibility of a lisp syntax and macro system. Anywhere you can run Lua code, you can run Fennel code. Optional Dependency: -* lua52, lua53 +* lua52, lua53, luajit Default support for all versions of Lua installed before build. -After installation there is "fennel5.2" and "fennel5.3" executable files for the +After installation there is "fennel5.2", "fennel5.3" and "fenneljit" executable files for the equivalent versions of Lua installed. * lua-readline |