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 Uploaders: Vasudev Kamath , Mike Gabriel , Kunal Mehta 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.