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
|
Source: gocryptfs
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Felix Lechner <felix.lechner@lease-up.com>
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
golang-github-hanwen-go-fuse-dev (>= 2.0.3),
golang-github-jacobsa-crypto-dev (>= 0.0~git20190317.0.9f44e2d+dfsg1),
golang-github-pkg-xattr-dev (>= 0.4.1),
golang-github-rfjakob-eme-dev (>= 1.1.1),
golang-github-sabhiram-go-gitignore-dev (>= 0.0~git20180611.0.d310757),
golang-golang-x-crypto-dev,
golang-golang-x-sync-dev,
golang-golang-x-sys-dev (>= 0.0~git20200501.0.bc7a7d4),
pandoc,
pkg-config,
libssl-dev,
fuse,
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://github.com/rfjakob/gocryptfs
Vcs-Browser: https://salsa.debian.org/go-team/packages/gocryptfs
Vcs-Git: https://salsa.debian.org/go-team/packages/gocryptfs.git
XS-Go-Import-Path: github.com/rfjakob/gocryptfs
Package: gocryptfs
Architecture: any
Built-Using: ${misc:Built-Using}
Depends: libfuse2,
${shlibs:Depends},
${misc:Depends}
Description: Encrypted overlay filesystem written in Go
gocryptfs is built on top of the excellent go-fuse
(https://github.com/hanwen/go-fuse) FUSE library and its
LoopbackFileSystem API.
.
This project was inspired by EncFS and strives to fix its
security issues while providing good performance (benchmarks
(https://nuetzlich.net/gocryptfs/comparison/#performance)).
.
For details on the security of gocryptfs see the Security
(https://nuetzlich.net/gocryptfs/security/) design document.
|