Source: lua-sandbox
Priority: optional
Maintainer: Ivan Udovichenko <iudovichenko@mirantis.com>
Build-Depends: debhelper (>= 9), cmake (>= 3.0.0~), git
Standards-Version: 3.9.8
Section: libs
Homepage: https://github.com/mozilla-services/lua_sandbox.git
#Vcs-Git: git://anonscm.debian.org/collab-maint/lua-sandbox.git
#Vcs-Browser: http://anonscm.debian.org/?p=collab-maint/lua-sandbox.git;a=summary

Package: libluasandbox-dev
Section: libdevel
Architecture: any
Depends: libluasandbox1 (= ${binary:Version}), ${misc:Depends}
Description: Lua sandbox library - libraries
 Sandboxes provide a dynamic and isolated execution environment
 for data parsing, transformation, and analysis.
 They allow access to data without jeopardizing the integrity or
 performance of the processing infrastructure. This broadens
 the audience that the data can be exposed to and facilitates new
 uses of the data (i.e. debugging, monitoring, dynamic provisioning,
 SLA analysis, intrusion detection, ad-hoc reporting, etc.)

Package: libluasandbox1
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Lua sandbox library
 Sandboxes provide a dynamic and isolated execution environment
 for data parsing, transformation, and analysis.
 They allow access to data without jeopardizing the integrity or
 performance of the processing infrastructure. This broadens
 the audience that the data can be exposed to and facilitates new
 uses of the data (i.e. debugging, monitoring, dynamic provisioning,
 SLA analysis, intrusion detection, ad-hoc reporting, etc.)

Package: libluasandbox-tools
Architecture: any
Depends: libluasandbox1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: Lua sandbox library - tools
 Currently contains:
 lsb_heka_cat utility - command-line utility for counting, viewing,
 filtering, and extracting messages from a Heka protobuf log/stream.

