1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: golang-github-tmc-scp
Section: golang
Priority: optional
Maintainer: Aron Xu <aron@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
golang-github-kballard-go-shellquote-dev,
golang-golang-x-crypto-dev
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-tmc-scp
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-tmc-scp.git
Homepage: https://github.com/tmc/scp
XS-Go-Import-Path: github.com/tmc/scp
Package: golang-github-tmc-scp-dev
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends},
golang-github-kballard-go-shellquote-dev,
golang-golang-x-crypto-dev
Description: basic implementation of scp for go
provides a simple interface to copying files over a go.crypto/ssh session
|