File: control

package info (click to toggle)
dlib 18.18-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 118,056 kB
  • ctags: 23,651
  • sloc: cpp: 248,786; xml: 22,679; python: 815; sh: 288; makefile: 166
file content (48 lines) | stat: -rw-r--r-- 2,274 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Source: dlib
Priority: optional
Maintainer: Séverin Lemaignan <severin@guakamole.org>
Build-Depends: debhelper (>= 9), bzip2, cmake, libpng-dev, libjpeg-dev, libsqlite3-dev, libblas-dev, liblapack-dev
Standards-Version: 3.9.8
Section: libs
Homepage: http://dlib.net/
Vcs-Git: https://github.com/severin-lemaignan/dlib-debian.git
Vcs-Browser: https://github.com/severin-lemaignan/dlib-debian

Package: libdlib-dev
Section: libdevel
Architecture: any
Depends: libdlib18 (= ${binary:Version}), ${misc:Depends}
Description: C++ toolkit for machine learning and computer vision - development
 Dlib is a general purpose cross-platform open source software library written
 in the C++ programming language. It now contains software components for
 dealing with networking, threads, graphical interfaces, complex data
 structures, linear algebra, statistical machine learning, image processing,
 data mining, XML and text parsing, numerical optimization, Bayesian networks,
 and numerous other tasks.
 .
 This package contains the development headers.

Package: libdlib18
Architecture: any
Depends: libdlib-data, ${shlibs:Depends}, ${misc:Depends}
Description: C++ toolkit for machine learning and computer vision - library
 Dlib is a general purpose cross-platform open source software library written
 in the C++ programming language. It now contains software components for
 dealing with networking, threads, graphical interfaces, complex data
 structures, linear algebra, statistical machine learning, image processing,
 data mining, XML and text parsing, numerical optimization, Bayesian networks,
 and numerous other tasks.

Package: libdlib-data
Architecture: all
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: C++ toolkit for machine learning and computer vision - models
 Dlib is a general purpose cross-platform open source software library written
 in the C++ programming language. It now contains software components for
 dealing with networking, threads, graphical interfaces, complex data
 structures, linear algebra, statistical machine learning, image processing,
 data mining, XML and text parsing, numerical optimization, Bayesian networks,
 and numerous other tasks.
 .
 This package contains the trained models provided with dlib.