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
|
Source: golang-gopkg-src-d-go-billy.v4
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
Dawid Dziurla <dawidd0811@gmail.com>,
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 12),
dh-golang,
Build-Depends-Indep:
golang-any,
golang-gopkg-check.v1-dev,
golang-golang-x-sys-dev,
Standards-Version: 4.4.0
Homepage: https://github.com/src-d/go-billy
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-gopkg-src-d-go-billy.v4
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-gopkg-src-d-go-billy.v4.git
XS-Go-Import-Path: gopkg.in/src-d/go-billy.v4
Testsuite: autopkgtest-pkg-go
Package: golang-gopkg-src-d-go-billy.v4-dev
Architecture: all
Depends:
${misc:Depends},
golang-gopkg-check.v1-dev,
golang-golang-x-sys-dev,
Description: Missing interface filesystem abstraction for Go
Billy implements an interface based on the os standard library,
allowing to develop applications without dependency on
the underlying storage.
Makes it virtually free to implement mocks and testing over
filesystem operations.
|