File: control

package info (click to toggle)
lua-dkjson 2.5-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 136 kB
  • ctags: 64
  • sloc: makefile: 5
file content (22 lines) | stat: -rw-r--r-- 768 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: lua-dkjson
Section: interpreters
Priority: optional
Maintainer: Jason Pleau <jason@jpleau.ca>
Build-Depends: debhelper (>= 9), dh-lua
Standards-Version: 3.9.8
Homepage: http://dkolf.de/src/dkjson-lua.fsl/home
Vcs-Git: https://anonscm.debian.org/cgit/pkg-lua/lua-dkjson.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-lua/lua-dkjson.git

Package: lua-dkjson
Architecture: all
Depends: ${misc:Depends}
Recommends: lua-lpeg
Provides: ${lua:Provides}
XB-Lua-Versions: ${lua:Versions}
Description: JSON module written in Lua
 dkjson is a JSON (JavaScript Object Notation) encoder / decoder. It supports
 UTF-8.
 .
 It is written in Lua without any dependencies, but when LPeg (provided in
 Debian by lua-lpeg) is installed dkjson uses it to speed up decoding.