Ecosyste.ms: Funds

An open API service for providing issue and pull request metadata for open source projects.

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

Last synced: about 3 hours ago

Repository metadata:

URI manipulation facilities


Owner metadata:


Committers metadata

Last synced: 7 days ago

Total Commits: 134
Total Committers: 21
Avg Commits per committer: 6.381
Development Distribution Score (DDS): 0.433

Commits in past year: 14
Committers in past year: 3
Avg Commits per committer in past year: 4.667
Development Distribution Score (DDS) in past year: 0.571

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
John MacFarlane j****m@b****u 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
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 rf@r****m 1
Rob Stewart r****7@g****m 1
Felix Yan f****s@a****g 1
Ryan Scott r****t@g****m 1

Issue and Pull Request metadata

Last synced: about 3 hours ago


Package metadata

hackage: 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 almost 2 years ago)
  • Last Synced: 2024-11-09T00:42:49.102Z (1 day ago)
  • Versions: 12
  • Dependent Packages: 147
  • Dependent Repositories: 915
  • Downloads: 182,633 Total
  • Docker Downloads: 89
  • 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