network-simple-sockaddr: network-simple for resolved addresses

[ bsd3, library, network ] [ Propose Tags ]

network-simple works by resolving HostNames. This packages offers a similar API but working with unresolved addresses in the form of SockAddr. In addition to IPv4 addresses, IPv6 and Unix Domain Sockets are also supported.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1, 0.2 (info)
Change log CHANGELOG.md
Dependencies base (>=4.6 && <4.9), bytestring, directory, exceptions (>=0.6), network (>=2.4), transformers (>=0.2) [details]
License BSD-3-Clause
Author Danny Navarro
Maintainer j@dannynavarro.net
Category Network
Home page https://github.com/jdnavarro/network-simple-sockaddr
Bug tracker https://github.com/jdnavarro/network-simple-sockaddr/issues
Source repo head: git clone git://github.com/jdnavarro/network-simple-sockaddr.git
Uploaded by jdnavarro at 2015-04-13T09:31:26Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 1477 total (6 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-04-13 [all 1 reports]

Readme for network-simple-sockaddr-0.2

[back to package description]

network-simple-sockaddr

[network-simple](http://hackage.haskell.org/package/network-simple-0.3.0 network-simple) works by resolving HostNames. This packages offers a similar API but working with unresolved addresses in the form of SockAddres. In addition to IPv4 addresses, IPv6 and Unix Domain Sockets are also supported.

Hackage Version Build Status