diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2015-02-24 23:33:35 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-04 07:46:58 +0700 |
commit | 5d385d4a56ce163b15e6274ca21826ef60bfea8c (patch) | |
tree | aabd860965d981d4da3cf10780da44b3df595e5a /haskell/haskell-hslua/slack-desc | |
parent | 2c3235f49c90511f97a1b9b07a8c733daf159ed1 (diff) | |
download | slackbuilds-5d385d4a56ce163b15e6274ca21826ef60bfea8c.tar.gz |
haskell/haskell-hslua: Added (a lua language interpreter embedding in haskell).
Signed-off-by: Mikko Värri <vmj@linuxbox.fi>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-hslua/slack-desc')
-rw-r--r-- | haskell/haskell-hslua/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/haskell/haskell-hslua/slack-desc b/haskell/haskell-hslua/slack-desc new file mode 100644 index 0000000000..20a76bc331 --- /dev/null +++ b/haskell/haskell-hslua/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +haskell-hslua: haskell-hslua (A Lua language interpreter embedding in Haskell) +haskell-hslua: +haskell-hslua: The Scripting.Lua module is a wrapper of Lua language interpreter as +haskell-hslua: described in www.lua.org. +haskell-hslua: +haskell-hslua: +haskell-hslua: +haskell-hslua: +haskell-hslua: +haskell-hslua: +haskell-hslua: |