https://github.com/scotty-web/wai-middleware-static
Last synced: about 21 hours ago
Repository metadata:
WAI middleware that intercepts requests to static files and serves them if they exist.
- Host: GitHub
- URL: https://github.com/scotty-web/wai-middleware-static
- Owner: scotty-web
- License: other
- Created: 2014-08-13T20:00:58.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-04-20T14:33:57.000Z (7 months ago)
- Last Synced: 2024-10-19T20:37:00.401Z (24 days ago)
- Language: Haskell
- Size: 104 KB
- Stars: 18
- Watchers: 9
- Forks: 12
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Owner metadata:
- Name: scotty-web
- Login: scotty-web
- Email:
- Kind: organization
- Description:
- Website:
- Location:
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/6120097?v=4
- Repositories: 7
- Last Synced at: 2024-03-25T20:22:52.227Z
- Profile URL: https://github.com/scotty-web
- Sponsor URL:
Committers metadata
Last synced: 13 days ago
Total Commits: 101
Total Committers: 14
Avg Commits per committer: 7.214
Development Distribution Score (DDS): 0.238
Commits in past year: 1
Committers in past year: 1
Avg Commits per committer in past year: 1.0
Development Distribution Score (DDS) in past year: 0.0
Name | Commits | |
---|---|---|
Ryan Scott | r****t@g****m | 77 |
Andrew Farmer | a****r@i****u | 5 |
RyanGlScott | r****t@k****u | 4 |
Alexander Thiemann | m****l@a****t | 2 |
Alexey Khudyakov | a****y@g****m | 2 |
Brandon Martin | z****n@g****m | 2 |
Doug Burke | d****w@g****m | 2 |
Andrew Farmer | a****r@k****u | 1 |
Andy Gill | a****l@k****u | 1 |
Brian | b****n@t****m | 1 |
Derek Elkins | d****b@g****m | 1 |
Greg V | g****g@u****y | 1 |
Ryan Scott | r****t@g****m | 1 |
Simon Hengel | s****l@t****t | 1 |
Issue and Pull Request metadata
Last synced: about 21 hours ago
Package metadata
- Total packages: 1
-
Total downloads:
- hackage: 33,241 total
- Total dependent packages: 8
- Total dependent repositories: 979
- Total versions: 27
- Total maintainers: 4
hackage: wai-middleware-static
WAI middleware that intercepts requests to static files and serves them if they exist.
- Homepage: https://github.com/scotty-web/wai-middleware-static
- Licenses: BSD-3-Clause
- Latest release: 0.9.2 (published over 2 years ago)
- Last Synced: 2024-11-11T02:44:20.713Z (2 days ago)
- Versions: 27
- Dependent Packages: 8
- Dependent Repositories: 979
- Downloads: 33,241 Total
-
Rankings:
- Dependent repos count: 0.48%
- Dependent packages count: 3.385%
- Downloads: 4.442%
- Average: 7.445%
- Forks count: 11.263%
- Stargazers count: 17.655%
- Maintainers (4)
Dependencies
wai-middleware-static.cabal
hackage
- hspec-discover ==2.* build
- base >=4.6.0.1 && <5
- base16-bytestring >=0.1 && <1.1
- bytestring >=0.10.0.2 && <0.12
- containers >=0.5.0.0 && <0.7
- cryptohash-sha1 ==0.11.*
- directory >=1.2.0.1 && <1.4
- expiring-cache-map >=0.0.5 && <0.1
- filepath >=1.3.0.1 && <1.5
- http-types >=0.8.2 && <0.13
- mime-types >=0.1.0.3 && <0.2
- old-locale ==1.0.*
- semigroups >=0.18 && <1
- text >=0.11.3.1 && <2.1
- time >=1.4 && <1.12
- wai >=3.0.0 && <3.3
- base * test
- hspec ==2.* test
- hspec-expectations-lifted * test
- hspec-wai >=0.6.3 test
- http-types * test
- mockery * test
- scotty * test
- wai-extra * test
- wai-middleware-static * test
.github/workflows/haskell-ci.yml
actions
- actions/cache/restore v3 composite
- actions/cache/save v3 composite
- actions/checkout v3 composite