Hello,

I have attached the rockspec for dkjson 2.4.

Hisham, thanks for maintaining LuaRocks and its repository!

Best regards,

David Kolf
package = "dkjson"
version = "2.4-1"
source = {
  url = 
"http://dkolf.de/src/dkjson-lua.fsl/tarball/dkjson-2.4.tar.gz?uuid=release_2_4";,
  file = "dkjson-2.4.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"
  }
}

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk
_______________________________________________
Luarocks-developers mailing list
Luarocks-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/luarocks-developers

Reply via email to