-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcontrol
More file actions
68 lines (65 loc) · 1.91 KB
/
Copy pathcontrol
File metadata and controls
68 lines (65 loc) · 1.91 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Source: oneclient-base
Section: net
Priority: optional
Maintainer: Onedata Package Maintainer <support@onedata.org>
Build-Depends:
aws-sdk-cpp-s3 (>= 1.4.35),
cmake (>= 3.0.0),
debhelper (>= 9),
folly-dev,
g++-5 (>= 5.0.0),
git,
glusterfs-common (>= 3.12.1),
golang-go,
libacl1-dev,
libboost-all-dev,
libcurl4-openssl-dev,
libdouble-conversion-dev,
libfuse-dev (>= 2.7),
libgoogle-glog-dev (>= 0.3.4),
libiberty-dev,
libltdl-dev,
libnspr4-dev,
libnss3-dev,
libprotobuf-dev (>= 3.4.1),
librados-dev (>= 12.2.1),
libradosstriper-dev (>= 12.2.1),
libsodium-dev,
libssl-dev (>= 1.1.0),
libstdc++-5-dev,
libtbb-dev (>= 2018~U5),
libpoco-dev,
libpocofoundation50,
libpoconetssl50,
libpocoutil50,
libpocoxml50,
openssl (>= 1.1.0),
pkg-config,
protobuf-compiler (>= 3.4.1),
python-dev,
python3-dev,
subversion,
swift-sdk-cpp (>= 1.0.0),
uuid-dev,
wangle-dev,
proxygen-dev
Standards-Version: 3.9.5
Homepage: https://onedata.org
Package: oneclient-base
Architecture: amd64
Depends: glusterfs-common (>= 3.12.1), ${shlibs:Depends}, ${misc:Depends}, fuse
Description: FUSE client for onedata system.
Oneclient is a software based on FUSE (Filesystem in Userspace) that allows
mounting onedata filesystem on Linux systems.
Package: python-onedatafs
Architecture: amd64
Depends: python, libboost-python1.58.0, ${shlibs:Depends}, ${misc:Depends}
Description: FUSE client for onedata system.
oneclient is a software based on FUSE (Filesystem in Userspace) that allows
mounting onedata filesystem on Linux systems.
Package: python3-onedatafs
Architecture: amd64
Depends: python3, libboost-python1.58.0, ${shlibs:Depends}, ${misc:Depends}
Description: FUSE client for onedata system.
oneclient is a software based on FUSE (Filesystem in Userspace) that allows
mounting onedata filesystem on Linux systems.