File: control

package info (click to toggle)
wormhole-william 1.0.7-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 400 kB
  • sloc: makefile: 10
file content (76 lines) | stat: -rw-r--r-- 3,063 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
Source: wormhole-william
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Stephen Gelman <ssgelm@debian.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               dh-sequence-bash-completion,
               golang-any,
               golang-debian-vasudev-gospake2-dev,
               golang-github-cheggaaa-pb.v3-dev,
               golang-github-gorilla-websocket-dev,
               golang-github-klauspost-compress-dev,
               golang-github-mdp-qrterminal-dev,
               golang-github-spf13-cobra-dev,
               golang-golang-x-crypto-dev,
               golang-nhooyr-websocket-dev (>= 1.8.12),
Standards-Version: 4.6.1.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/wormhole-william
Vcs-Git: https://salsa.debian.org/go-team/packages/wormhole-william.git
Homepage: https://github.com/psanford/wormhole-william
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/psanford/wormhole-william

Package: wormhole-william
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Built-Using: ${misc:Built-Using}
Description: Magic wormhole CLI and API in Go (program)
 wormhole-william is a Go (golang) implementation of magic wormhole
 (https://magic-wormhole.readthedocs.io/en/latest/). It provides secure
 end-to-end encrypted file transfers between computers. The endpoints are
 connected using the same "wormhole code".
 .
 wormhole-william is compatible with the official Python magic wormhole
 cli tool (https://github.com/warner/magic-wormhole).
 .
 Currently, wormhole-william supports:
 .
  * sending and receiving text over the wormhole protocol
  * sending and receiving files over the transit protocol
  * sending and receiving directories over the transit protocol
 .
 This package contains program.


Package: golang-github-psanford-wormhole-william-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-debian-vasudev-gospake2-dev,
         golang-github-cheggaaa-pb.v3-dev,
         golang-github-gorilla-websocket-dev,
         golang-github-klauspost-compress-dev,
         golang-github-mdp-qrterminal-dev,
         golang-github-spf13-cobra-dev,
         golang-golang-x-crypto-dev,
         golang-nhooyr-websocket-dev (>= 1.8.12),
         ${misc:Depends}
Description: Magic wormhole CLI and API in Go (library)
 wormhole-william is a Go (golang) implementation of magic wormhole
 (https://magic-wormhole.readthedocs.io/en/latest/). It provides secure
 end-to-end encrypted file transfers between computers. The endpoints are
 connected using the same "wormhole code".
 .
 wormhole-william is compatible with the official Python magic wormhole
 cli tool (https://github.com/warner/magic-wormhole).
 .
 Currently, wormhole-william supports:
 .
  * sending and receiving text over the wormhole protocol
  * sending and receiving files over the transit protocol
  * sending and receiving directories over the transit protocol
 .
 This package contains the golang library.