File: control

package info (click to toggle)
whisper.cpp 1.8.3%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 32,228 kB
  • sloc: cpp: 188,765; ansic: 121,729; lisp: 10,221; sh: 4,272; objc: 2,159; ruby: 1,682; python: 1,177; javascript: 594; makefile: 144
file content (47 lines) | stat: -rw-r--r-- 1,632 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
Source: whisper.cpp
Section: libs
Maintainer: Debian Deep Learning Team <debian-ai@lists.debian.org>
Uploaders: Petter Reinholdtsen <pere@debian.org>,
           Christian Kastner <ckk@debian.org>,
           Mathieu Baudier <mbaudier@argeo.org>,
Build-Depends: cmake,
               debhelper-compat (= 13),
               libsdl2-dev,
               libggml-dev (>= 0.9.5),
               ffmpeg,
Standards-Version: 4.7.3
Homepage: https://github.com/ggml-org/whisper.cpp/
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/deeplearning-team/whisper.cpp.git
Vcs-Browser: https://salsa.debian.org/deeplearning-team/whisper.cpp

Package: whisper.cpp
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends},
         ${shlibs:Depends},
Description: Automatic speech recognition and transcribing
 Port of OpenAI's Whisper automatic speech recognition model in C/C++ as
 a shared library, with both CPU and GPU support.

Package: libwhisper-dev
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
         libggml-dev,
         libwhisper1 (= ${binary:Version})
Description: Automatic speech recognition and transcribing - development files
 Port of OpenAI's Whisper automatic speech recognition model in C/C++ as
 a shared library, with both CPU and GPU support.
 .
 Headers and development files.

Package: libwhisper1
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Automatic speech recogniztion and transcibing - library
 Port of OpenAI's Whisper automatic speech recognition model in C/C++ as
 a shared library, with both CPU and GPU support.
 .
 Shared library.