File: control

package info (click to toggle)
libkiwix 14.0.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,508 kB
  • sloc: cpp: 20,712; javascript: 5,743; python: 476; xml: 318; ansic: 84; sh: 24; makefile: 7
file content (47 lines) | stat: -rw-r--r-- 1,365 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: libkiwix
Priority: optional
Maintainer: Kunal Mehta <legoktm@debian.org>
Build-Depends: debhelper-compat (= 13),
 meson,
 pkgconf,
 libzim-dev (>= 9.0.0),
 libcurl4-openssl-dev,
 libicu-dev,
 libgtest-dev,
 libkainjow-mustache-dev,
 libmicrohttpd-dev,
 libpugixml-dev,
 zlib1g-dev
Standards-Version: 4.6.0.1
Section: libs
Homepage: https://github.com/kiwix/libkiwix
Vcs-Git: https://salsa.debian.org/debian/libkiwix.git
Vcs-Browser: https://salsa.debian.org/debian/libkiwix
Rules-Requires-Root: no

Package: libkiwix-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libkiwix14 (= ${binary:Version}), ${misc:Depends}, python3,
 libzim-dev (>= 9.0.0),
 libicu-dev,
 libpugixml-dev,
 libcurl4-gnutls-dev,
 libmicrohttpd-dev,
 zlib1g-dev
Description: library of common code for Kiwix (development)
 Kiwix is an offline Wikipedia reader. libkiwix provides the
 software core for Kiwix, and contains the code shared by all
 Kiwix ports (Windows, Linux, OSX, Android, etc.).
 .
 This package contains development files.

Package: libkiwix14
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}, aria2
Description: library of common code for Kiwix
 Kiwix is an offline Wikipedia reader. libkiwix provides the
 software core for Kiwix, and contains the code shared by all
 Kiwix ports (Windows, Linux, OSX, Android, etc.).