network-simple: Simple network sockets usage patterns.
This module exports functions that abstract simple network socket usage patterns.
See the changelog.md file in the source distribution to learn about any
important changes between versions.
[Skip to Readme]
Downloads
- network-simple-0.4.5.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
| Versions [RSS] | 0.1.0.0, 0.1.0.1, 0.2.0.0, 0.2.0.1, 0.2.1.0, 0.3.0, 0.3.1, 0.4, 0.4.0.1, 0.4.0.2, 0.4.0.3, 0.4.0.4, 0.4.0.5, 0.4.1, 0.4.2, 0.4.3, 0.4.4, 0.4.5 |
|---|---|
| Change log | changelog.md |
| Dependencies | base (>=4.7 && <5), bytestring , network (>=2.7), network-bsd (>=2.7), safe-exceptions , socks , transformers [details] |
| License | BSD-3-Clause |
| Copyright | Copyright (c) Renzo Carbonara 2013-2019 |
| Author | Renzo Carbonara |
| Maintainer | renλren.zone |
| Uploaded | by RenzoCarbonara at 2019年06月12日T22:20:55Z |
| Category | Network |
| Home page | https://github.com/k0001/network-simple |
| Bug tracker | https://github.com/k0001/network-simple/issues |
| Source repo | head: git clone git://github.com/k0001/network-simple.git |
| Distributions | Arch:0.4.5, LTSHaskell:0.4.5, NixOS:0.4.5, Stackage:0.4.5 |
| Reverse Dependencies | 34 direct, 30 indirect [details] |
| Downloads | 21656 total (85 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating |
|
| Status | Docs available [build log] Last success reported on 2019年06月12日 [all 1 reports] |
Readme for network-simple-0.4.5
[back to package description]network-simple
Haskell library abstracting over simple network sockets usage patterns. Currently, only TCP sockets are supported. Support for UDP and Unix sockets is planned for future versions.
Check the source or rendered Haddocks for extensive documentation.
This code is licensed under the terms of the so called 3-clause BSD
license. Read the file named LICENSE found in this same directory
for details.
See the PEOPLE file to learn about the people involved in this
effort.