Search Criteria
Package Details: lua-cjson 2.1.0-4
Git Clone URL: | https://aur.archlinux.org/lua-cjson.git (read-only, click to copy) |
---|---|
Package Base: | lua-cjson |
Description: | A fast JSON parsing and encoding support for Lua. |
Upstream URL: | https://www.kyne.com.au/~mark/software/lua-cjson.php |
Licenses: | |
Submitter: | speps |
Maintainer: | zopieux |
Last Packager: | zopieux |
Votes: | 15 |
Popularity: | 0.000000 |
First Submitted: | 2011-09-15 19:01 |
Last Updated: | 2020-09-24 23:53 |
Latest Comments
madmanfred commented on 2020-09-27 14:10
Thanks for the quick update. Could you also create a lua53-cjson package for lua 5.3?
zopieux commented on 2020-09-24 23:54
Thanks @madmanfred, updated for Lua 5.4 in pkg rev 4. I also removed unused test files from the package, slightly reducing the final size.
madmanfred commented on 2020-09-24 18:09
The current lua version in arch is 5.4, but this package does not provide the cjson module for it, only for 5.3.
pablo1 commented on 2019-03-20 11:23
Could you add arm to the supported architectures? or maybe just "any? It builds just fine on a Raspberry Pi 3B+
zopieux commented on 2015-07-28 16:40
I'm taking the maintainer-ship of this package along with lua51-cjson and lua52-cjson.
@speps You're welcomed to oppose to this by dropping a PM.
zopieux commented on 2015-07-28 16:40
I'm taking the maintainer-ship of this package along with lua51-cjson and lua52-cjson.
speps commented on 2013-06-01 16:17
Updated to 2.1.0-2
Now lua-cjson is fully lua 5.2 capable, thanks @lun
@jrk for lua5.1 users now there's https://aur.archlinux.org/packages/lua51-cjson/
jrk commented on 2013-06-01 11:02
Support for lua5.1 is broken. It uses the wrong lua.h for 5.1.
To make it work you need to pass 'LUA_INCLUDE_DIR=/usr/include/lua5.1' to make.
Anonymous comment on 2013-05-07 08:09
Please add lua 5.2 support
make LUA_VERSION=5.2 PREFIX=/usr DESTDIR="$pkgdir/" install{,-extra}