File: control

package info (click to toggle)
golang-github-microsoft-dev-tunnels 0.0.25-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,988 kB
  • sloc: cs: 9,969; java: 2,767; javascript: 328; xml: 186; makefile: 5
file content (30 lines) | stat: -rw-r--r-- 1,410 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
Source: golang-github-microsoft-dev-tunnels
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Anthony Fok <foka@debian.org>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               golang-any (>= 2:1.17~),
               golang-github-gorilla-websocket-dev (>= 1.4.2),
               golang-github-rodaine-table-dev (>= 1.0.1),
               golang-golang-x-crypto-dev (>= 1:0.0~git20220321.2c7772b)
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-microsoft-dev-tunnels
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-microsoft-dev-tunnels.git
Homepage: https://github.com/microsoft/dev-tunnels
XS-Go-Import-Path: github.com/microsoft/dev-tunnels

Package: golang-github-microsoft-dev-tunnels-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-gorilla-websocket-dev (>= 1.4.2),
         golang-github-rodaine-table-dev (>= 1.0.1),
         golang-golang-x-crypto-dev (>= 1:0.0~git20220321.2c7772b),
         ${misc:Depends}
Description: Dev Tunnels SDK (Go library)
 Dev tunnels allows developers to securely expose local web services to
 the Internet, control who has access, and easily & debug your web
 applications from anywhere. Learn more at https://aka.ms/devtunnels/docs