trasa: Type Safe Web Routing
This library is a solution for http-based routing and dispatch. It's
goals are similar to the goals of servant. However, trasa relies
on very different mechanisms to accomplish this. There are no typeclasses
in this library, and there is a single closed type family that is provided
as a convenience. All of the real work is accomplish with GADTs,
universal quantification, and plain old haskell data types.
Downloads
- trasa-0.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
| Versions [RSS] | 0.1, 0.2, 0.3, 0.4, 0.4.1 |
|---|---|
| Dependencies | base (>=4.7 && <5), binary (>=0.8 && <0.9), bytestring (>=0.10 && <0.11), hashable (>=1.2 && <1.3), http-media (>=0.6 && <0.7), http-types (>=0.9 && <0.10), text (>=1.2 && <1.3), unordered-containers (>=0.2 && <0.3), vinyl (>=0.5 && <0.6) [details] |
| License | BSD-3-Clause |
| Copyright | 2017 Andrew Martin |
| Author | Andrew Martin |
| Maintainer | andrew.thaddeus@gmail.com |
| Category | Web |
| Home page | https://github.com/haskell-trasa/trasa#readme |
| Source repo | head: git clone https://github.com/haskell-trasa/trasa |
| Uploaded | by mckeankylej at 2017-06-17T22:40:46Z |
| Distributions | |
| Reverse Dependencies | 6 direct, 1 indirect [details] |
| Downloads | 2643 total (6 in the last 30 days) |
| Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs available [build log] Last success reported on 2017-06-17 [all 1 reports] |