package = "org.conman.cbor" version = "1.1.0-1" source = { url = "git://github.com/spc476/CBOR.git", tag = "1.1.0" } description = { homepage = "http://github.com/spc476/CBOR.git", maintainer = "Sean Conner ", license = "LGPL-3", summary = "The most comprehensive CBOR module in the Lua universe.", detailed = [[ A complete implementation of CBOR (Concise Binary Object Representation) with all the currently defined bells and whistles, including string, array and map references (if so desired). A simpler, small implementation of CBOR is also provided for less intensive or simpler uses. ]] } dependencies = { "lua >= 5.1, < 5.4", "lpeg ~= 1.0", } build = { type = "make", build_variables = { CC = "$(CC)", CFLAGS = "$(CFLAGS) -DNDEBUG -I$(LUA_INCDIR)", LDFLAGS = "$(LIBFLAG)", }, install_variables = { LIBDIR = "$(LIBDIR)", LUADIR = "$(LUADIR)", } }