| 12
 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
 
 | 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.
 |