Added a few lua modules (lpeg, md5, cjson, copas, coxpcall, lzlib, rings, rs232,... 1199/head
authorDirk Chang <dirk@kooiot.com>
Mon, 27 Apr 2015 12:34:27 +0000 (20:34 +0800)
committerDirk Chang <dirk@kooiot.com>
Mon, 27 Apr 2015 12:34:27 +0000 (20:34 +0800)
commitb3817517526a39d5062dfb58e961eb15a5fbe853
tree85b890f9b8b3f99b948afeb930f465dcbb12ea22
parent426d1f12d152ffdc71c57cd59e21c8f62c198a7b
Added a few lua modules (lpeg, md5, cjson, copas, coxpcall, lzlib, rings, rs232, wsapi, xavante, lzmq, mobdebug), zeromq

Signed-off-by: Dirk Chang <dirk@kooiot.com>
22 files changed:
lang/lpeg/Makefile [new file with mode: 0644]
lang/lua-cjson/Makefile [new file with mode: 0644]
lang/lua-copas/Makefile [new file with mode: 0644]
lang/lua-copas/patches/makefile.patch [new file with mode: 0644]
lang/lua-coxpcall/Makefile [new file with mode: 0644]
lang/lua-coxpcall/patches/config.patch [new file with mode: 0644]
lang/lua-lzlib/Makefile [new file with mode: 0644]
lang/lua-md5/Makefile [new file with mode: 0644]
lang/lua-md5/patches/config.patch [new file with mode: 0644]
lang/lua-md5/patches/makefile.patch [new file with mode: 0644]
lang/lua-mobdebug/Makefile [new file with mode: 0644]
lang/lua-rings/Makefile [new file with mode: 0644]
lang/lua-rings/patches/config.patch [new file with mode: 0644]
lang/lua-rings/patches/makefile.patch [new file with mode: 0644]
lang/lua-rs232/Makefile [new file with mode: 0644]
lang/lua-wsapi/Makefile [new file with mode: 0644]
lang/lua-xavante/Makefile [new file with mode: 0644]
lang/lzmq/Makefile [new file with mode: 0644]
libs/zmq/Makefile [new file with mode: 0644]
libs/zmq/patches/disable_pedantic_on_linux_with_ulibc++.patch [new file with mode: 0644]
libs/zmq/patches/streamoff_missing_with_ulibc++.patch [new file with mode: 0644]
libs/zmq/patches/tools_gcc_fix.patch [new file with mode: 0644]