Source: pyv8
Section: python
Priority: optional
Maintainer: Kali Developers <devel@kali.org>
Uploaders: Sophie Brun <sophie@offensive-security.com>
Build-Depends: debhelper-compat (= 12), dh-python, python-all-dev, python-setuptools, libboost-dev, libboost-python-dev, libboost-thread-dev, libboost-system-dev, systemtap-sdt-dev
Standards-Version: 4.3.0
Homepage: https://github.com/buffer/pyv8
Vcs-Browser: https://gitlab.com/kalilinux/packages/pyv8
Vcs-Git: https://gitlab.com/kalilinux/packages/pyv8.git

Package: python-pyv8
Architecture: amd64 i386 armel armhf
Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
Description: Python Wrapper for Google V8 Engine (Python 2)
 This package contains a Python wrapper for Google V8 engine, it acts as a
 bridge between the Python and JavaScript objects, and support to hosting
 Google's v8 engine in a Python script.
 .
 This package installs the library for Python 2.
