File: control

package info (click to toggle)
php-facedetect 1.1.0-19-g135c72a-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, sid
  • size: 112 kB
  • sloc: cpp: 150; makefile: 14
file content (25 lines) | stat: -rw-r--r-- 929 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Source: php-facedetect
Section: php
Priority: optional
Maintainer: Debian PHP PECL Maintainers <team+php-pecl@tracker.debian.org>
Uploaders: Mathieu Parent <sathieu@debian.org>
Build-Depends: debhelper-compat (= 12),
               dh-php,
               libopencv-dev (>= 3),
               php-all-dev
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/php-team/pecl/php-facedetect
Vcs-Git: https://salsa.debian.org/php-team/pecl/php-facedetect.git
Homepage: https://github.com/infusion/PHP-Facedetect

Package: php-facedetect
Architecture: any
Depends: ${misc:Depends},
         ${php:Depends},
         ${shlibs:Depends}
Description: Detect faces with PHP
 This extension provides a PHP implementation of the OpenCV library.
 .
 The extension offers two new functions returning either an associative array
 of the faces coordinates found on the given image, or only the number of faces
 found on the given image.