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.
