File: control

package info (click to toggle)
golang-github-gliderlabs-ssh 0.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 240 kB
  • sloc: makefile: 3
file content (35 lines) | stat: -rw-r--r-- 1,327 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
33
34
35
Source: golang-github-gliderlabs-ssh
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Dawid Dziurla <dawidd0811@gmail.com>,
 Anthony Fok <foka@debian.org>,
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-golang,
Build-Depends-Indep:
 golang-any,
 golang-golang-x-crypto-dev (>= 1:0.0~git20210616.5ff15b2),
 golang-github-anmitsu-go-shlex-dev (>= 0.0~git20200514.38f4b40),
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.6.0
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
Homepage: https://github.com/gliderlabs/ssh
XS-Go-Import-Path: github.com/gliderlabs/ssh

Package: golang-github-gliderlabs-ssh-dev
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 golang-golang-x-crypto-dev (>= 1:0.0~git20210616.5ff15b2),
 golang-github-anmitsu-go-shlex-dev (>= 0.0~git20200514.38f4b40),
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.