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
- Host: GitHub
- URL: https://github.com/haskell/network-uri
- Owner: haskell
- License: other
- Created: 2014-08-16T16:04:14.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-08-30T06:12:49.000Z (2 months ago)
- Last Synced: 2024-11-05T23:03:42.610Z (4 days ago)
- Language: Haskell
- Size: 184 KB
- Stars: 25
- Watchers: 10
- Forks: 33
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Owner metadata:
- Name: Haskell
- Login: haskell
- Email:
- Kind: organization
- Description:
- Website: http://www.haskell.org/
- Location:
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/450574?v=4
- Repositories: 91
- Last Synced at: 2024-04-16T00:27:22.397Z
- Profile URL: https://github.com/haskell
- Sponsor URL:
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 | 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
- Total packages: 1
-
Total downloads:
- hackage: 182,633 total
- Total docker downloads: 89
- Total dependent packages: 147
- Total dependent repositories: 915
- Total versions: 12
- Total maintainers: 2
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
- 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
- actions/cache v2 composite
- actions/checkout v2 composite
- haskell/actions/setup v1 composite