Ecosyste.ms: Summary

An open API service providing a high level summary for open source projects.

Haskell: https://github.com/haskell/network

haskell network socket

Score: 23.872547382718352

Last synced: 1 day ago
JSON representation

Repository metadata:

Low-level networking interface


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 6 days ago

Total Commits: 1,388
Total Committers: 134
Avg Commits per committer: 10.358
Development Distribution Score (DDS): 0.632

Commits in past year: 35
Committers in past year: 10
Avg Commits per committer in past year: 3.5
Development Distribution Score (DDS) in past year: 0.343

Name Email Commits
Kazu Yamamoto k****u@i****p 511
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 104 more...

Issue and Pull Request metadata

Last synced: 3 days ago

Total issues: 289
Total pull requests: 288
Average time to close issues: about 1 year
Average time to close pull requests: about 2 months
Total issue authors: 169
Total pull request authors: 119
Average comments per issue: 5.79
Average comments per pull request: 3.66
Merged pull request: 192
Bot issues: 0
Bot pull requests: 0

Past year issues: 8
Past year pull requests: 17
Past year average time to close issues: 4 days
Past year average time to close pull requests: 23 days
Past year issue authors: 7
Past year pull request authors: 10
Past year average comments per issue: 2.38
Past year average comments per pull request: 2.94
Past year merged pull request: 12
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/haskell/network

Top Issue Authors

  • kazu-yamamoto (55)
  • eborden (13)
  • bmillwood (5)
  • hvr (5)
  • CetinSert (4)
  • singpolyma (4)
  • complyue (4)
  • tibbe (3)
  • RyanGlScott (3)
  • phadej (3)
  • joeyadams (3)
  • felixonmars (3)
  • andrewthad (3)
  • andreasabel (3)
  • vdukhovni (3)

Top Pull Request Authors

  • kazu-yamamoto (61)
  • eborden (25)
  • Mistuke (9)
  • joeyadams (7)
  • vdukhovni (7)
  • ggreif (6)
  • hvr (5)
  • enolan (5)
  • jessicah (4)
  • hreinhardt (4)
  • complyue (4)
  • mboes (3)
  • andreasabel (3)
  • peterbecich (3)
  • RyanGlScott (3)

Top Issue Labels

  • Windows (21)
  • new feature (12)
  • bug fix (6)
  • documentation (4)
  • tooling (3)
  • Cross compile (3)
  • IO manager (3)
  • Mac (2)
  • continuous integration (1)
  • WIP (1)
  • Won't Fix (1)
  • dependencies (1)

Top Pull Request Labels

  • tooling (8)
  • Windows (6)
  • WIP (5)
  • documentation (3)
  • bug fix (3)
  • new feature (2)
  • continuous integration (1)
  • blocked (1)
  • RFC (1)
  • dependencies (1)
  • IO manager (1)

Package metadata

hackage.haskell.org: 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 over 13 years ago)
  • Last Synced: 2024-05-06T11:07:32.263Z (3 days ago)
  • Versions: 85
  • Dependent Packages: 194
  • Dependent Repositories: 5,843
  • Downloads: 492,579 Total
  • Docker Downloads: 16
  • 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)
proxy.golang.org: 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 over 13 years ago)
  • Last Synced: 2024-05-06T11:07:29.589Z (3 days 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