Ecosyste.ms: Summary

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

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

Score: 18.743105923872395

Last synced: about 2 hours ago
JSON representation

Repository metadata:

URI manipulation facilities


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 1 day ago

Total Commits: 128
Total Committers: 20
Avg Commits per committer: 6.4
Development Distribution Score (DDS): 0.406

Commits in past year: 8
Committers in past year: 2
Avg Commits per committer in past year: 4.0
Development Distribution Score (DDS) in past year: 0.375

Name Email Commits
Ezra elias kilty Cooper e****b@e****t 76
Johan Tibell j****l@g****m 11
Ezra e. k. Cooper e****a@e****t 7
Christopher King G****k@g****m 6
Oleg Grenrus o****s@i****i 5
askeblad 7****d 4
Herbert Valerio Riedel h****r@g****g 3
Mikhail Glushenkov m****v@g****m 3
Jappie Klooster j****r@h****m 2
Felix Yan f****s@a****g 1
Alejandro Cabrera c****a@g****m 1
Galen Huntington g****n@a****u 1
Jens Petersen j****n@g****m 1
Kostiantyn Rybnikov k****x@k****m 1
Kusanagi Kouichi s****h@a****p 1
Mario Blažević b****o@y****m 1
Matthew Pickering m****g@g****m 1
Phil Ruffwind r****f@r****m 1
Rob Stewart r****7@g****m 1
Ryan Scott r****t@g****m 1

Issue and Pull Request metadata

Last synced: 2 days ago

Total issues: 40
Total pull requests: 47
Average time to close issues: 4 months
Average time to close pull requests: about 1 month
Total issue authors: 34
Total pull request authors: 25
Average comments per issue: 3.53
Average comments per pull request: 1.77
Merged pull request: 34
Bot issues: 0
Bot pull requests: 0

Past year issues: 3
Past year pull requests: 7
Past year average time to close issues: 8 days
Past year average time to close pull requests: about 11 hours
Past year issue authors: 3
Past year pull request authors: 2
Past year average comments per issue: 2.0
Past year average comments per pull request: 0.43
Past year merged pull request: 4
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-uri

Top Issue Authors

  • peti (3)
  • phadej (3)
  • andreasabel (2)
  • seagreen (2)
  • AKST (1)
  • NorfairKing (1)
  • ocharles (1)
  • robinp (1)
  • robstewart57 (1)
  • rrichardson (1)
  • Rufflewind (1)
  • ryantrinkle (1)
  • shmish111 (1)
  • singpolyma (1)
  • sjakobi (1)

Top Pull Request Authors

  • ezrakilty (15)
  • ghost (3)
  • ChristopherKing42 (3)
  • phadej (3)
  • 23Skidoo (2)
  • hvr (2)
  • juhp (1)
  • mpickering (1)
  • wangbj (1)
  • alexbiehl (1)
  • adnelson (1)
  • flip111 (1)
  • queertypes (1)
  • KommuSoft (1)
  • felixonmars (1)

Top Issue Labels

Top Pull Request Labels


Package metadata

hackage.haskell.org: network-uri

This package provides facilities for parsing and unparsing URIs, and creating and resolving relative URI references, closely following the URI spec, IETF RFC 3986. In network-2.6 the Network.URI module was split off from the network package into this package. If you're using the Network.URI module you can be backward compatible and automatically get it from the right package by using the network-uri-flag pseudo-package in your .cabal file's build-depends (along with dependencies for both network-uri and network): Or you can do the same manually by adding this boilerplate to your .cabal file: That is, get the module from either network < 2.6 or from network-uri >= 2.6.

  • Homepage: https://github.com/haskell/network-uri
  • Licenses: BSD-3-Clause
  • Latest release: 2.6.4.2 (published over 1 year ago)
  • Last Synced: 2024-05-08T13:09:43.441Z (2 days ago)
  • Versions: 12
  • Dependent Packages: 121
  • Dependent Repositories: 915
  • Downloads: 180,586 Total
  • Docker Downloads: 16
  • Rankings:
    • Dependent packages count: 0.243%
    • Dependent repos count: 0.531%
    • Downloads: 0.548%
    • Docker downloads count: 1.288%
    • Average: 4.16%
    • Forks count: 6.832%
    • Stargazers count: 15.519%
  • Maintainers (2)

Dependencies

network-uri.cabal hackage
  • HUnit * benchmark
  • base <5 benchmark
  • criterion * benchmark
  • deepseq * benchmark
  • network-uri * benchmark
  • base >=3 && <5
  • deepseq >=1.1 && <1.5
  • ghc-prim *
  • parsec >=3.1.12.0 && <3.2
  • template-haskell *
  • th-compat >=0.1.1 && <1.0
  • HUnit * test
  • QuickCheck * test
  • base <5 test
  • network-uri * test
  • tasty * test
  • tasty-hunit * test
  • tasty-quickcheck * test
.github/workflows/haskell-ci.yml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • haskell/actions/setup v1 composite