Spock-core: Another Haskell web framework for rapid development

[ bsd3, library, web ] [ Propose Tags ]

Barebones high performance type safe web framework


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.11.0.0, 0.12.0.0, 0.13.0.0, 0.14.0.0, 0.14.0.1
Dependencies aeson (>=0.7), base (>=4 && <5), base64-bytestring (>=1.0), bytestring (>=0.10), case-insensitive (>=1.1), containers (>=0.5), cookie (>=0.4), hashable (>=1.2), http-api-data (>=0.2), http-types (>=0.8), hvect (>=0.4), mmorph (>=1.1), monad-control (>=1.0), mtl (>=2.1 && <2.3), old-locale (>=1.0), reroute (>=0.7), resourcet (>=1.2.2), stm (>=2.4), superbuffer (>=0.2), text (>=0.11.3.1), time (>=1.4), transformers (>=0.3), transformers-base (>=0.4), unordered-containers (>=0.2), vault (>=0.3), wai (>=3.2.2.1), wai-extra (>=3.0), warp (>=3.0) [details]
License BSD-3-Clause
Copyright (c) 2013 - 2021 Alexander Thiemann
Author Alexander Thiemann <mail@athiemann.net>
Maintainer Alexander Thiemann <mail@athiemann.net>
Revised Revision 2 made by Bodigrim at 2023-11-11T16:07:27Z
Category Web
Home page https://www.spock.li
Bug tracker https://github.com/agrafix/Spock/issues
Source repo head: git clone https://github.com/agrafix/Spock
Uploaded by BrandonSimmons at 2022-07-20T16:20:10Z
Distributions
Reverse Dependencies 4 direct, 7 indirect [details]
Downloads 7176 total (32 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2022-07-20 [all 1 reports]

Readme for Spock-core-0.14.0.1

[back to package description]

Spock-core

Build Status Hackage

Intro

Hackage: Spock-core Stackage: Spock-core

Documentation: Spock-core 0.12.0.0

Spock-core is the "low level" platform powering Spock. You can use it standalone if you do not need the framework to provide you features like session management, database pooling, csrf protection and more.

For more information please visit our homepage at www.spock.li.