lio-simple: LIO support for the Simple web framework
lio-simple adds LIO support for the Simple "framework-less"
web framework. Simple is minimalist, providing a lightweight base
- the most basic Simple app is little more than a WAI
Application
with some routing logic. Everything else (e.g.
authentication, controllers, persistence, caching etc') is provided
in composable units, so you can include only the ones you need in
your app, and easily replace with your own components.
LIO is an information flow control library that lets you enforce
various security policies, including mandatory and discretionary
access control.
To get started, create an app skeleton with the `lio-simple` utility:
$ cabal install lio-simple $ lio-simple my_app_name $ cd my_app_name $ cabal run
Downloads
- lio-simple-0.0.2.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.0.0.1, 0.0.0.2, 0.0.0.3, 0.0.1.0, 0.0.1.1, 0.0.2.0, 0.0.2.1, 0.0.2.2 |
---|---|
Dependencies | aeson, attoparsec, base (<6), base64-bytestring, bytestring, cmdargs, conduit, directory, filepath, http-types, lio (>=0.11.4), simple (>=0.8.1 && <0.8.2), simple-templates (>=0.7.0), text, wai (>=2.1), wai-extra, warp [details] |
License | LGPL-3.0-only |
Author | Hails team |
Maintainer | hails@scs.stanford.edu |
Category | Web |
Home page | http://simple.cx |
Source repo | head: git clone git://github.com/scslab/lio.git |
Uploaded | by DeianStefan at 2014-04-20T08:58:28Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Executables | lio-simple |
Downloads | 5583 total (28 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Successful builds reported [all 1 reports] |