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 69 70 71 72 73 74 75 76
|
Source: libstorj
Section: libs
Priority: optional
Maintainer: Josue Ortega <josue@debian.org>
Build-Depends: debhelper (>=11),
pkg-config,
libmicrohttpd-dev,
bsdmainutils,
libcurl4-gnutls-dev,
nettle-dev,
libjson-c-dev,
libuv1-dev
Standards-Version: 4.3.0
Rules-Requires-Root: no
Homepage: https://github.com/Storj/libstorj
Vcs-Git: https://salsa.debian.org/debian/libstorj.git
Vcs-Browser: https://salsa.debian.org/debian/libstorj
Package: libstorj0
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Asynchronous C library for file transfer on the Storj network
Asynchronous multi-platform C library for encrypted file transfer on the Storj
network.
libstorj provides the following features:
- Asynchronous I/O with concurrent peer-to-peer network requests for shards
- Erasure encoding with reed solomon for data durability
- Robust handling of shard transfers by selecting alternative sources
- File integrity and authenticity verified with HMAC-SHA512
- File encryption with AES-256-CTR
- File name and bucket name encryption with AES-256-GCM
- Proxy support with SOCKS5, SOCKS4, SOCKS4a
- Asynchronous progress updates in bytes per file
- Transfers can be cleanly canceled per file
- Seed based file encryption key for portability between devices
- Reference implementation for SIP5 file standard
Package: libstorj-dev
Section: libdevel
Provides: libstorj-dev
Conflicts: libstorj-dev
Architecture: any
Depends: ${misc:Depends},
libstorj0 (= ${binary:Version}),
libmicrohttpd-dev,
libcurl4-gnutls-dev,
nettle-dev,
libjson-c-dev,
libuv1-dev
Description: C library for file transfer on Storj network (Development files)
Asynchronous multi-platform C library for encrypted file transfer on the Storj
network.
libstorj provides the following features:
- Asynchronous I/O with concurrent peer-to-peer network requests for shards
- Erasure encoding with reed solomon for data durability
- Robust handling of shard transfers by selecting alternative sources
- File integrity and authenticity verified with HMAC-SHA512
- File encryption with AES-256-CTR
- File name and bucket name encryption with AES -256 -GCM
- Proxy support with SOCKS5, SOCKS4, SOCKS4a
- Asynchronous progress updates in bytes per file
- Transfers can be cleanly canceled per file
- Seed based file encryption key for portability between devices
- Reference implementation for SIP5 file standard
.
This package contains the development files for libjstorj.
Package: storj
Section: net
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends},
libstorj0 (= ${binary:Version})
Description: Command Line Tool for encrypted file transfer on the Storj network
CLI Tool for file transfer on the Storj network, it provides an interface for
setting up users profiles, work with buckets and files, download and
upload files and get information from the Storj API.
|