You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
304 B
14 lines
304 B
--- This file is part of LuaDist project
|
|
|
|
name = "dkjson"
|
|
version = "2.5"
|
|
|
|
desc = "dkjson is a module for encoding and decoding JSON data. It supports UTF-8."
|
|
author = "David Kolf"
|
|
license = "MIT/X11"
|
|
url = "http://dkolf.de/src/dkjson-lua.fsl/"
|
|
maintainer = "Peter Drahoš"
|
|
|
|
depends = {
|
|
"lua >= 5.1"
|
|
}
|
|
|