lio-simple: LIO support for the Simple web framework

[ lgpl, library, program, web ] [ Propose Tags ]

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

Modules

[Last Documentation]

  • LIO
    • Web
      • LIO.Web.Simple
        • LIO.Web.Simple.Auth
        • LIO.Web.Simple.DCLabel
        • LIO.Web.Simple.TCB

Downloads

Maintainer's Corner

Package maintainers

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.0), simple-templates (>=0.7.0), text, unix, unordered-containers, 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-01T18:09:34Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables lio-simple
Downloads 5460 total (21 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-17 [all 7 reports]