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
|
Source: ori
Section: utils
Priority: optional
Maintainer: Afif Elghraoui <afif@debian.org>
Uploaders: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Build-Depends:
debhelper (>= 10),
scons,
pkg-config,
libboost-dev,
uuid-dev,
libfuse-dev,
libevent-dev,
libssl1.0-dev,
zlib1g-dev,
Standards-Version: 3.9.8
Homepage: http://ori.scs.stanford.edu/index.html
Vcs-Git: https://anonscm.debian.org/git/collab-maint/ori.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/ori.git/
Package: ori
Architecture: linux-any
Depends:
${shlibs:Depends},
${misc:Depends},
fuse,
Description: peer-to-peer distributed file system
Ori is a distributed file system built for offline operation and empowers
the user with control over synchronization operations and conflict resolution.
History is provided through lightweight snapshots and users can verify that
the history has not been tampered with. Through the use of replication,
instances can be resilient and recover damaged data from other nodes.
|