File: control

package info (click to toggle)
zipflinger 7.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 6,076 kB
  • sloc: java: 4,491; xml: 69; makefile: 12
file content (30 lines) | stat: -rw-r--r-- 1,139 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
Source: zipflinger
Section: java
Priority: optional
Maintainer: Sunday Nkwuda <sonnietech@disroot.org>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 default-jdk,
 javahelper,
 libandroid-tools-annotations-java,
 libgeronimo-annotation-1.3-spec-java,
 maven-repo-helper,
Standards-Version: 4.6.1
Homepage: https://android.googlesource.com/platform/tools/base/+/refs/heads/mirror-goog-studio-master-dev/zipflinger
Vcs-Browser: https://salsa.debian.org/android-tools-team/zipflinger
Vcs-Git: https://salsa.debian.org/android-tools-team/zipflinger.git

Package: libandroid-zipflinger-java
Architecture: all
Depends:
 ${java:Depends},
 ${misc:Depends}
Description: Library dedicated to ZIP files manipulation
 It can create an archive from scratch but also add/remove
 entries without decompressing/compressing the whole archive.
 The goal of the library is to work as fast as possible (its
 original purpose is to enable fast Android APK deployment).
 The two main features allowing high-speed are Zipflinger's
 ability to edit the CD of an archive and its usage of
 zero-copy transfer when moving entries across archives.