Hi,

I have attached the rockspec for the new version of dkjson.

Best regards,

David
package = "dkjson"
version = "2.3-1"
source = {
  url = 
"http://dkolf.de/src/dkjson-lua.fsl/tarball/dkjson-2.3.tar.gz?uuid=release_2_3";,
  file = "dkjson-2.3.tar.gz"
}
description = {
  summary = "David Kolf's JSON module for Lua",
  detailed = [[
dkjson is a module for encoding and decoding JSON data. It supports UTF-8.

JSON (JavaScript Object Notation) is a format for serializing data based
on the syntax for JavaScript data structures.

dkjson is written in Lua without any dependencies, but
when LPeg is available dkjson uses it to speed up decoding.
]],
  homepage = "http://dkolf.de/src/dkjson-lua.fsl/";,
  license = "MIT/X11"
}
dependencies = {
  "lua >= 5.1, < 5.3"
}
build = {
  type = "builtin",
  modules = {
    dkjson = "dkjson.lua"
  }
}

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
Luarocks-developers mailing list
Luarocks-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/luarocks-developers

Reply via email to