File: control

package info (click to toggle)
lua-json 1.3.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 652 kB
  • sloc: makefile: 67; php: 3
file content (19 lines) | stat: -rw-r--r-- 673 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: lua-json
Section: interpreters
Priority: optional
Maintainer: Bernd Zeimetz <bzed@debian.org>
Build-Depends: debhelper (>= 8), dh-lua (>= 21)
Standards-Version: 3.9.6
Vcs-Git: https://salsa.debian.org/debian/liblua-json.git
Vcs-Browser: https://salsa.debian.org/debian/liblua-json
Homepage: http://www.eharning.us/wiki/luajson/

Package: lua-json
Architecture: all
Depends: ${misc:Depends}, lua-lpeg
Replaces: liblua5.1-json (<< 1.2.2-2~)
Breaks: liblua5.1-json (<< 1.2.2-2~)
Provides: liblua5.1-json, ${lua:Provides}
XB-Lua-Versions: ${lua:Versions}
Description: JSON decoder/encoder for Lua
 LuaJSON is a customizable JSON decoder/encoder using LPEG for parsing.