File: control

package info (click to toggle)
lua-trink-cjson 2.1.0%2Bgit20150826-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 436 kB
  • ctags: 421
  • sloc: ansic: 5,192; sh: 73; makefile: 50; perl: 9
file content (43 lines) | stat: -rw-r--r-- 1,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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Source: lua-trink-cjson
Priority: optional
Maintainer: Heka Maintainers <pkg-heka-maint@lists.alioth.debian.org>
Uploaders: Raphaƫl Hertzog <hertzog@debian.org>, Mathieu Parent <sathieu@debian.org>, Sophie Brun <sophie@freexian.com>
Build-Depends: debhelper (>= 9), dh-lua (>= 24), cmake
Standards-Version: 3.9.8
Section: interpreters
Homepage: https://github.com/trink/lua-cjson/tree/heka
Vcs-Git: https://anonscm.debian.org/git/pkg-heka/lua-trink-cjson.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-heka/lua-trink-cjson.git

Package: lua-trink-cjson
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Provides: luasandbox-cjson
XB-Lua-Versions: ${lua:Versions}
Description: JSON parser/encoder for Luasandbox
 This library allows you to easily convert Lua values to JSON strings and back.
 Features:
  * Fast, standards compliant encoding/parsing routines
  * Full support for JSON with UTF-8, including decoding surrogate pairs
  * Optional run-time support for common exceptions to the JSON
    specification (infinity, NaN,..)
  * No dependencies on other libraries
 .
 This package is a fork of lua-cjson for lua sandbox / heka.

Package: lua-trink-cjson-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}, lua-trink-cjson (= ${binary:Version})
Provides: luasandbox-cjson-dev
XB-Lua-Versions: ${lua:Versions}
Description: JSON parser/encoder for Luasandbox, development files
 This package contains the development files of the lua-trink-cjson library,
 useful to create a statically linked binary (like a C application or a
 standalone Lua interpreter).
 .
 Documentation is also shipped within this package.