https://github.com/haskell/network

haskell network socket

Last synced: about 2 months ago

Repository metadata:

Low-level networking interface


Owner metadata:


Committers metadata

Last synced: about 2 months ago

Total Commits: 1,419
Total Committers: 136
Avg Commits per committer: 10.434
Development Distribution Score (DDS): 0.62

Commits in past year: 39
Committers in past year: 6
Avg Commits per committer in past year: 6.5
Development Distribution Score (DDS) in past year: 0.179

Name Email Commits
Kazu Yamamoto k****u@i****p 539
simonmar u****n 200
Johan Tibell j****l@g****m 189
Evan Rutledge Borden e****n@f****m 59
Bryan O'Sullivan b****s@s****m 25
Tamar Christina t****r@z****m 22
Ian Lynagh i****o@e****i 19
Brian Lewis b****n@l****g 18
Simon Marlow s****r@m****m 16
Ross Paterson r****s@s****k 13
Gabor Greif g****f@g****m 11
Herbert Valerio Riedel h****r@g****g 11
archaephyrryx c****b@g****m 11
Mikhail Glushenkov m****v@g****m 10
Conrad Parker c****d@m****g 10
Joey Adams j****9@g****m 9
Evan Rutledge Borden e****n@s****e 9
Evan Rutledge Borden e****n@e****m 8
Holger Reinhardt h****t@g****m 8
Neil Mitchell n****l@g****m 8
Johan Tibell t****l@g****m 7
Julian Ospald h****l@p****e 7
Viktor Dukhovni i****e@d****g 7
ComplYue c****e@i****m 6
Petr Pudlak p****d@g****m 6
Echo Nolan e****o@e****t 6
Duncan Coutts d****n@h****g 6
Andreas Abel a****l@i****e 5
Bryan O'Sullivan b****s@o****m 5
Graham Klyne g****b@n****g 5
and 106 more...

Issue and Pull Request metadata

Last synced: about 2 months ago


Package metadata

hackage: network

This package provides a low-level networking interface. Other packages provide higher level interfaces: connection hookup network-simple network seeks to provide a cross-platform core for networking. As such some APIs live in extended libraries. Packages in the network ecosystem are often prefixed with network-. In network-3.0.0.0 the Network.BSD module was split off into its own package, network-bsd-3.0.0.0. In network-2.6 the Network.URI module was split off into its own package, network-uri-2.6. If you're using the Network.URI module you can automatically get it from the right package by adding this to your .cabal file:

  • Homepage: https://github.com/haskell/network
  • Licenses: BSD-3-Clause
  • Latest release: 2.2.3 (published about 14 years ago)
  • Last Synced: 2024-11-12T02:55:54.252Z (about 2 months ago)
  • Versions: 91
  • Dependent Packages: 243
  • Dependent Repositories: 5,843
  • Downloads: 499,929 Total
  • Docker Downloads: 89
  • Rankings:
    • Downloads: 0.017%
    • Dependent repos count: 0.079%
    • Dependent packages count: 0.175%
    • Docker downloads count: 1.288%
    • Average: 1.321%
    • Forks count: 2.475%
    • Stargazers count: 3.888%
  • Maintainers (5)
go: github.com/haskell/network

  • Homepage:
  • Documentation: https://pkg.go.dev/github.com/haskell/network#section-documentation
  • Licenses: other
  • Latest release: v2.2.3+incompatible (published about 14 years ago)
  • Last Synced: 2024-11-11T03:11:24.872Z (about 2 months ago)
  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Forks count: 1.958%
    • Stargazers count: 3.149%
    • Average: 6.371%
    • Dependent packages count: 9.576%
    • Dependent repos count: 10.802%

Dependencies

.github/workflows/haskell.yml actions
  • actions/cache/restore v3 composite
  • actions/cache/save v3 composite
  • actions/checkout v3 composite
  • actions/download-artifact v3 composite
  • actions/upload-artifact v3 composite
  • haskell/actions/setup v2 composite
  • msys2/setup-msys2 v2 composite
  • softprops/action-gh-release v1 composite
network.cabal hackage
  • base >=4.9 && <5
  • bytestring >=0.10 && <0.12
  • deepseq *
  • directory *
  • temporary *
  • HUnit * test
  • QuickCheck * test
  • base >=4.9 && <5 test
  • bytestring * test
  • directory * test
  • hspec >=2.6 test
  • network * test
  • temporary * test