diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-02-15 19:14:34 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-16 08:20:17 +0700 |
commit | bed7bb1ca3247ba185c9e6565f309f8034df35cf (patch) | |
tree | 236883cd6ccf1d6ce4a402124571d4a56a51d85e /haskell/haskell-hslua-aeson/slack-desc | |
parent | 74f0dc12e3e9b92ebeb215f7cf2281f445d7bed0 (diff) |
haskell/haskell-hslua-aeson: Added (aeson data types for Lua).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-hslua-aeson/slack-desc')
-rw-r--r-- | haskell/haskell-hslua-aeson/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/haskell/haskell-hslua-aeson/slack-desc b/haskell/haskell-hslua-aeson/slack-desc new file mode 100644 index 0000000000..988f00fa40 --- /dev/null +++ b/haskell/haskell-hslua-aeson/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-aeson: haskell-hslua-aeson (Allow aeson data types to be used with Lua) +haskell-hslua-aeson: +haskell-hslua-aeson: This package provides instances to push and receive any datatype +haskell-hslua-aeson: encodable as JSON to and from the Lua stack. +haskell-hslua-aeson: +haskell-hslua-aeson: https://hackage.haskell.org/package/hslua-aeson +haskell-hslua-aeson: +haskell-hslua-aeson: +haskell-hslua-aeson: +haskell-hslua-aeson: +haskell-hslua-aeson: |