-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcontrol
More file actions
31 lines (29 loc) · 1.19 KB
/
control
File metadata and controls
31 lines (29 loc) · 1.19 KB
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
Source: httpfs2
Section: web
Priority: extra
Maintainer: Michal Suchanek <hramrach@gmail.com>
Build-Depends:
debhelper (>= 9~), dh-exec,
asciidoc, xmlto,
libfuse-dev (>> 2.6), pkg-config,
libgnutls-dev (>= 2.10~) | libgnutls28-dev,
Standards-Version: 3.9.8
Homepage: http://sourceforge.net/projects/httpfs/
Package: httpfs2
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends},
Recommends: fuse-utils | fuse (>= 2.9.3~)
Description: FUSE filesystem for mounting files from http servers
httpfs2 is a FUSE based filesystem for mounting http or https URLS as files in
the filesystem. There is no notion of listable directories in http so only a
single URL can be mounted. The server must be able to send byte ranges.
Package: httpfs2-ssl
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends},
Recommends: fuse-utils | fuse (>= 2.9.3~)
Description: FUSE filesystem for mounting files from http servers (SSL enabled)
httpfs2 is a FUSE based filesystem for mounting http or https URLS as files in
the filesystem. There is no notion of listable directories in http so only a
single URL can be mounted. The server must be able to send byte ranges.
.
This package contains ssl-enabled binary.