File: control

package info (click to toggle)
qoi 0%2Bgit20220615%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 148 kB
  • sloc: ansic: 867; makefile: 50
file content (33 lines) | stat: -rw-r--r-- 903 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
Source: qoi
Section: libs
Priority: optional
Maintainer: Alex Myczko <tar@debian.org>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 libstb-dev,
 libpng-dev
Standards-Version: 4.7.0
Homepage: https://github.com/phoboslab/qoi
Vcs-Browser: https://salsa.debian.org/debian/qoi
Vcs-Git: https://salsa.debian.org/debian/qoi.git

Package: qoi
Architecture: any
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
Description: “Quite OK Image Format” for fast, lossless image compression
 This is the original QOI implementation to work with images with C or C++.

Package: libqoi-dev
Section: libdevel
Architecture: all
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
 libstb-dev
Description: “Quite OK Image Format” for fast, lossless image compression (devel)
 This is the original QOI implementation to work with images with C or C++.
 .
 This package contains the single header file.