| CARVIEW |
Select Language
HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=300
Content-Encoding: gzip
Via: 1.1 varnish, 1.1 varnish
Accept-Ranges: bytes
Age: 0
Date: Sun, 18 Jan 2026 00:16:14 GMT
X-Served-By: cache-dfw-ktki8620040-DFW, cache-bom-vanm7210074-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768695374.249032,VS0,VE317
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
hs-multiaddr: Multiaddr library
[Skip to Readme]
hs-multiaddr: Multiaddr library
Multiaddr is self-describing way to represent addresses that support any standard network protocol. Multiaddr has a binary packed format, and nice string representation. It is possible to encapsulate addresses within each other.
[Skip to Readme]
Modules
- Data
- Data.Multiaddr
- Data.Multiaddr.IPFS
- Data.Multiaddr.IPv4
- Data.Multiaddr.IPv6
- Data.Multiaddr.Onion
- Data.Multiaddr.Port
- Data.Multiaddr.UnixPath
- Data.Multiaddr.VarInt
- Data.MultiaddrPart
- Data.Multiaddr
Downloads
- hs-multiaddr-0.1.4.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
| Versions [RSS] | 0.1.0.0, 0.1.0.1, 0.1.4 |
|---|---|
| Dependencies | base (>=4.7 && <5), bytes (>=0.15 && <0.16), bytestring (>=0.10 && <0.11), cereal (>=0.5 && <0.6), filepath (>=1.4 && <1.5), hs-multihash, iproute (>=1.7 && <1.8), sandi (>=0.4 && <0.5) [details] |
| License | Apache-2.0 |
| Copyright | (c) Matrix AI 2017 |
| Author | CMCDragonkai, Quoc-An Ho |
| Maintainer | roger.qiu@matrix.ai |
| Uploaded | by CMCDragonkai at 2018-04-25T12:08:30Z |
| Category | Data |
| Home page | https://github.com/MatrixAI/hs-multiaddr#readme |
| Bug tracker | https://github.com/MatrixAI/hs-multiaddr/issues |
| Source repo | head: git clone https://github.com/MatrixAI/hs-multiaddr |
| Distributions | |
| Reverse Dependencies | 1 direct, 0 indirect [details] |
| Downloads | 2059 total (8 in the last 30 days) |
| Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
| Your Rating |
|
| Status | Docs not available [build log] All reported builds failed as of 2018-04-29 [all 3 reports] |
Readme for hs-multiaddr-0.1.4
[back to package description]Multiaddress
Haskell implementation of Multiaddr: https://github.com/multiformats/multiaddr
Passes all tests and maintains protocol sync with the Go implementation: https://github.com/multiformats/go-multiaddr
The name of this package is hs-multiaddr.