File: control

package info (click to toggle)
fuse-zip 0.5.0-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 9,500 kB
  • sloc: cpp: 3,461; sh: 2,217; makefile: 169
file content (22 lines) | stat: -rw-r--r-- 752 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
Source: fuse-zip
Section: utils
Priority: optional
Maintainer: Matthew Harm Bekkema <mbekkema97@gmail.com>
Build-Depends: debhelper (>= 10),
 debhelper-compat (= 12),
 libfuse-dev (>= 2.7),
 libzip-dev (>= 0.11.2),
 pkg-config,
Standards-Version: 4.3.0
Homepage: https://bitbucket.org/agalanin/fuse-zip

Package: fuse-zip
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
        ,fuse [linux-any] | fuse4bsd [kfreebsd-any]
Description: ZIP archive mounter based on FUSE
 fuse-zip is a FUSE file system to navigate, extract, create and modify ZIP
 archives. With fuse-zip, you can work with ZIP archives as real directories.
 .
 fuse-zip is faster that other known FUSE implementations of ZIP directories,
 and includes full write support.