Source: golang-github-multiformats-go-multiaddr Section: golang Maintainer: Debian Go Packaging Team Uploaders: Reinhard Tartler , 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.