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 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
|
Source: zimlib
Section: libs
Priority: optional
Build-Depends: debhelper (>= 9),
liblzma-dev,
zlib1g-dev,
libicu-dev,
libxapian-dev,
libgtest-dev,
pkg-kde-tools,
meson,
ninja-build,
pkg-config
Maintainer: Jonas Smedegaard <dr@jones.dk>
Uploaders:
Vasudev Kamath <vasudev@copyninja.info>,
Mike Gabriel <sunweaver@debian.org>,
Kunal Mehta <legoktm@debian.org>
Homepage: http://www.openzim.org/wiki/Zimlib
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/debian/zimlib.git
Vcs-Browser: https://salsa.debian.org/debian/zimlib
Rules-Requires-Root: no
Package: libzim4
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Conflicts: libzim0, libzim0v5, libzim2
Replaces: libzim0, libzim0v5, libzim2
Description: library implementation of ZIM specifications
ZIM (Zeno IMproved) is an open file format for storing the contents of
wiki for offline usage. This file format is primarily focused on
providing the contents of Wikipedia and Wikimedia projects for offline
use.
.
zimlib is the standard implementation of ZIM specification, which
implements the read and write method for ZIM files.
.
ZIM is a file format created with focus on extracting and encoding data
from Mediawiki for offline use.
.
Features of zimlib are:
* Native, coded in C++
* Extremely fast
* Minimal footprint
* Minimal dependencies
* Portable on most OS (Windows, Linux, Mac OS X)
Package: libzim-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends},
${devlibs:Depends},
libzim4 (= ${binary:Version}),
liblzma-dev,
zlib1g-dev,
libxapian-dev,
libicu-dev
Description: library implementation of ZIM specifications (development)
ZIM (Zeno IMproved) is an open file format for storing the contents of
wiki for offline usage. This file format is primarily focused on
providing the contents of Wikipedia and Wikimedia projects for offline
use.
.
zimlib is the standard implementation of ZIM specification, which
implements the read and write method for ZIM files.
.
ZIM is a file format created with focus on extracting and encoding data
from Mediawiki for offline use.
.
This package contains development files.
|