Package Details: lua51-cjson 2.1.0.14-2

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-10-15 13:50 (UTC)

Latest Comments

« First ‹ Previous 1 2

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}