Source: node-opencv
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
Section: javascript
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libnode-dev,
               libopencv-dev (>= 4.0.1),
	       node-axios,
               node-buffers,
               node-glob,
               node-gyp,
               node-istanbul,
               node-nan,
               node-pre-gyp,
               node-tape,
               npm
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-opencv
Vcs-Git: https://salsa.debian.org/js-team/node-opencv.git
Homepage: https://github.com/peterbraden/node-opencv
Rules-Requires-Root: no

Package: node-opencv
Architecture: any
Multi-Arch: same
Depends: node-buffers,
         node-istanbul,
         node-nan,
         node-pre-gyp,
         ${misc:Depends},
         ${shlibs:Depends}
Description: OpenCV Bindings for node.js
 OpenCV is the defacto computer vision library - by interfacing with it
 natively in node, it gives powerful real time vision in js.
 .
 People are using node-opencv to fly control quadrocoptors, detect faces
 from webcam images and annotate video streams.
 .
 Node.js is an event-based server-side JavaScript engine.
