File: control

package info (click to toggle)
fuse-zip 0.4.0-2%2Bdeb9u1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 9,400 kB
  • sloc: cpp: 3,188; sh: 1,609; makefile: 149
file content (21 lines) | stat: -rw-r--r-- 709 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
Source: fuse-zip
Section: utils
Priority: optional
Maintainer: Matthew Harm Bekkema <mbekkema97@gmail.com>
Build-Depends: debhelper (>= 9),
 libfuse-dev,
 libzip-dev (>= 0.11.2),
 pkg-config
Standards-Version: 3.9.6
Homepage: http://code.google.com/p/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.