Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cdepillabout/servant-static-th
Embed a directory of static files in your application and serve them from your Servant server
https://github.com/cdepillabout/servant-static-th
hacktoberfest haskell servant
Last synced: 5 days ago
JSON representation
Embed a directory of static files in your application and serve them from your Servant server
- Host: GitHub
- URL: https://github.com/cdepillabout/servant-static-th
- Owner: cdepillabout
- License: bsd-3-clause
- Created: 2017-04-05T07:06:32.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-02T03:01:28.000Z (3 months ago)
- Last Synced: 2024-12-31T22:57:57.250Z (7 days ago)
- Topics: hacktoberfest, haskell, servant
- Language: Haskell
- Homepage: http://hackage.haskell.org/package/servant-static-th
- Size: 143 KB
- Stars: 14
- Watchers: 4
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Servant.Static.TH
==================[![Build Status](https://github.com/cdepillabout/servant-static-th/workflows/CI/badge.svg)](https://github.com/cdepillabout/servant-static-th/actions)
[![Hackage](https://img.shields.io/hackage/v/servant-static-th.svg)](https://hackage.haskell.org/package/servant-static-th)
[![Stackage LTS](http://stackage.org/package/servant-static-th/badge/lts)](http://stackage.org/lts/package/servant-static-th)
[![Stackage Nightly](http://stackage.org/package/servant-static-th/badge/nightly)](http://stackage.org/nightly/package/servant-static-th)
![BSD3 license](https://img.shields.io/badge/license-BSD3-blue.svg)`servant-static-th` allows you to embed a directory of static files in your
application and serve them from your Servant serverFor documentation and usage examples, see the
[documentation](https://hackage.haskell.org/package/servant-static-th) on Hackage.