hs-multiaddr: Multiaddr library

[ apache, data, library ] [ Propose Tags ]

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

Downloads

Maintainer's Corner

Package maintainers

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
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
Uploaded by CMCDragonkai at 2018-04-25T12:08:30Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1936 total (7 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.