File: control

package info (click to toggle)
golang-github-gliderlabs-ssh 0.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 216 kB
  • sloc: makefile: 3
file content (32 lines) | stat: -rw-r--r-- 1,108 bytes parent folder | download
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: golang-github-gliderlabs-ssh
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-golang-x-crypto-dev,
 golang-github-anmitsu-go-shlex-dev,
Standards-Version: 4.5.0
Homepage: https://github.com/gliderlabs/ssh
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-gliderlabs-ssh
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-gliderlabs-ssh.git
XS-Go-Import-Path: github.com/gliderlabs/ssh
Testsuite: autopkgtest-pkg-go

Package: golang-github-gliderlabs-ssh-dev
Architecture: all
Depends:
 ${misc:Depends},
 golang-golang-x-crypto-dev,
Description: Easy SSH servers in Golang
 This Go package wraps the crypto/ssh package
 (https://godoc.org/golang.org/x/crypto/ssh) with a higher-level API
 for building SSH servers. The goal of the API was to make it as simple
 as using net/http (https://golang.org/pkg/net/http/), so the API is
 very similar.