This repository has been archived on 2024-09-19. You can view files and clone it, but cannot push or open issues or pull requests.
dkjson/dist.info
2013-03-06 00:22:13 +01:00

30 lines
504 B
Plaintext

type = "x86"
arch = "Windows"
author = "David Kolf"
depends = {
[[lua >= 5.1]],
}
desc = "dkjson is a module for encoding and decoding JSON data. It supports UTF-8."
version = "2.2"
maintainer = "Peter Drahoš"
files = {
Example = {
[[share\dkjson\example\jsontest.lua]],
[[share\dkjson\example\speedtest.lua]],
}
,
Data = {
[[share\dkjson\versions.txt]],
}
,
Unspecified = {
[[lib\lua\dkjson.lua]],
}
,
}
license = "MIT/X11"
name = "dkjson"
url = "http://chiselapp.com/user/dhkolf/repository/dkjson/"