diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-02-14 22:21:54 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-16 08:20:13 +0700 |
commit | 28891fb5ec7702a13570f80cb8b672900571a3d3 (patch) | |
tree | f3010b073d1b74b8ac00ead523238eeb3b4c6106 /haskell/haskell-hslua-classes/slack-desc | |
parent | 1c376dc165e82fa8bb62a2395659fef3c88b90af (diff) |
haskell/haskell-hslua-classes: Added (Type classes for HsLua).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-hslua-classes/slack-desc')
-rw-r--r-- | haskell/haskell-hslua-classes/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/haskell/haskell-hslua-classes/slack-desc b/haskell/haskell-hslua-classes/slack-desc new file mode 100644 index 0000000000..dd3e12c7ab --- /dev/null +++ b/haskell/haskell-hslua-classes/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-classes: haskell-hslua-classes (Type classes for HsLua) +haskell-hslua-classes: +haskell-hslua-classes: Type classes for convenient marshalling and calling of Lua functions. +haskell-hslua-classes: +haskell-hslua-classes: https://hackage.haskell.org/package/hslua-classes +haskell-hslua-classes: +haskell-hslua-classes: +haskell-hslua-classes: +haskell-hslua-classes: +haskell-hslua-classes: +haskell-hslua-classes: |