socket-sctp: STCP socket extensions library.

[ library, mit, network, socket, system ] [ Propose Tags ]

This is a binding to the types and operations of libsctp. This library is intended to used in conjunction with the socket library it depends on.


[Skip to Readme]

Modules

[Last Documentation]

  • System
    • Socket
      • Protocol
        • System.Socket.Protocol.SCTP

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.2.0.0, 0.2.0.1, 0.3.0.0
Change log CHANGELOG.md
Dependencies base (>=4.7 && <5), bytestring (<0.11), socket (>=0.7.0.0 && <0.8) [details]
License MIT
Author Lars Petersen, Shea Levy <shea@shealevy.com>
Maintainer shea@shealevy.com
Category System, Socket, Network
Home page https://github.com/shlevy/haskell-socket-sctp
Bug tracker https://github.com/shlevy/haskell-socket-sctp/issues
Source repo head: git clone git://github.com/shlevy/haskell-socket-sctp.git
Uploaded by shlevy at 2016-11-26T14:01:57Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2738 total (9 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-11-26 [all 3 reports]

Readme for socket-sctp-0.3.0.0

[back to package description]

socket-sctp

Available on Hackage License MIT Build Status

Description

This is an SCTP extension package to the socket library.

Dependencies

  • base
  • bytestring
  • socket

Tests

Run the default test suites:

cabal test