Package Details: lua53-cjson 2.1.0.14-3

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://github.com/openresty/lua-cjson
Licenses: MIT
Submitter: speps
Maintainer: colophony
Last Packager: colophony
Votes: 15
Popularity: 0.000000
First Submitted: 2011-09-15 19:01 (UTC)
Last Updated: 2024-12-19 19:50 (UTC)

Dependencies (5)

Required by (1)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

zebreus commented on 2020-09-27 14:10 (UTC) (edited on 2020-09-27 14:11 (UTC) by zebreus)

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 (UTC)

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.

zebreus commented on 2020-09-24 18:09 (UTC)

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 (UTC)

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 (UTC)

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.

speps commented on 2013-06-01 16:17 (UTC)

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 (UTC)

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.

<deleted-account> commented on 2013-05-07 08:09 (UTC)

Please add lua 5.2 support make LUA_VERSION=5.2 PREFIX=/usr DESTDIR="$pkgdir/" install{,-extra}