File: control

package info (click to toggle)
golang-github-multiformats-go-multiaddr 0.16.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 536 kB
  • sloc: makefile: 2
file content (62 lines) | stat: -rw-r--r-- 2,899 bytes parent folder | download | duplicates (2)
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
Source: golang-github-multiformats-go-multiaddr
Section: golang
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Reinhard Tartler <siretart@tauware.de>,
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               dpkg-build-api (= 1),
               golang-any,
               golang-github-ipfs-go-cid-dev,
               golang-github-multiformats-go-multibase-dev,
               golang-github-multiformats-go-multihash-dev,
               golang-github-multiformats-go-varint-dev,
               golang-github-stretchr-testify-dev,
               golang-golang-x-exp-dev,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-multiformats-go-multiaddr
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-multiformats-go-multiaddr.git
Homepage: https://github.com/multiformats/go-multiaddr
XS-Go-Import-Path: github.com/multiformats/go-multiaddr

Package: golang-github-multiformats-go-multiaddr-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-ipfs-go-cid-dev,
         golang-github-multiformats-go-multibase-dev,
         golang-github-multiformats-go-multihash-dev,
         golang-github-multiformats-go-varint-dev,
         golang-github-stretchr-testify-dev,
         golang-golang-x-exp-dev,
         ${misc:Depends},
Description: implementation of the Multiaddr network address format in Go
 Multiaddr is a standard for representing network addresses that are
 self-describing, composable, and future-proof. It allows applications
 to treat addresses as opaque tokens and avoid making assumptions about
 the underlying address representation or length.
 .
 This library provides a way to:
  * Support any standard network protocols (IP, TCP, UDP, etc.).
  * Use a binary packed format for efficient machine readability.
  * Use a human-friendly string representation (e.g., /ip4/127.0.0.1/tcp/80).
  * Encapsulate protocols within one another for complex tunneling.
 .
 This package contains the Go source code for the multiaddr library

Package: go-multiaddr
Section: net
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
Static-Built-Using: ${misc:Static-Built-Using}
Description: implementation of the Multiaddr network address format in Go
 Multiaddr is a standard for representing network addresses that are
 self-describing, composable, and future-proof. It allows applications
 to treat addresses as opaque tokens and avoid making assumptions about
 the underlying address representation or length.
 .
 This package provides a command-line interface (CLI) tool for:
  * Parsing and validating Multiaddr strings.
  * Converting between human-readable and binary-packed formats.
  * Resolving specialized Multiaddrs like /dns4 or /dnsaddr.
  * Inspecting protocol components within a given address.