Pakket: libghc-snap-core-doc (1.0.5.0-1)
Verwijzigingen voor libghc-snap-core-doc
Debian bronnen:
Het bronpakket haskell-snap-core downloaden:
- [haskell-snap-core_1.0.5.0-1.dsc]
- [haskell-snap-core_1.0.5.0.orig.tar.gz]
- [haskell-snap-core_1.0.5.0-1.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [snapframework.com]
Vergelijkbare pakketten:
Snap: A Haskell Web Framework (Core); documentation
Snap is a simple and fast web development framework and server written in Haskell. For more information or to download the latest version, you can visit the Snap project website at <http://snapframework.com/>.
This library contains the core definitions and types for the Snap framework, including:
1. Primitive types and functions for HTTP (requests, responses, cookies, post/query parameters, etc)
2. Type aliases and helper functions for Iteratee I/O
3. A monad for programming web handlers called \"Snap\", inspired by happstack's (<http://happstack.com/index.html>), which allows:
o Stateful access to the HTTP request and response objects
o Monadic failure (i.e. MonadPlus/Alternative instances) for declining to handle requests and chaining handlers together
o Early termination of the computation if you know early what you want to return and want to prevent further monadic processing
This package contains the documentation files.
Andere aan libghc-snap-core-doc gerelateerde pakketten
|
|
|
|
-
- dep: haddock-interface-38
- virtueel pakket geboden door ghc
-
- dep: sgml-base (>= 1.28)
- SGML infrastructure and SGML catalog file support
-
- rec: ghc-doc
- Documentation for the Glasgow Haskell Compilation system
-
- rec: libghc-attoparsec-doc
- Fast combinator parsing for bytestrings; documentation
-
- rec: libghc-case-insensitive-doc
- case-insensitive string comparison; documentation
-
- rec: libghc-hashable-doc
- class for types that can be converted to a hash value; documentation
-
- rec: libghc-hunit-doc
- Haskell unit testing framework for GHC; documentation
-
- rec: libghc-io-streams-doc
- simple, composable, and easy-to-use stream I/O; documentation
-
- rec: libghc-lifted-base-doc
- Lifted IO operations from the base library; documentation
-
- rec: libghc-monad-control-doc
- Monad transformers to lift control operations; documentation
-
- rec: libghc-network-uri-doc
- URI manipulation; documentation
-
- rec: libghc-readable-doc
- reading from Text and ByteString; documentation
-
- rec: libghc-snap-core-dev
- Snap: A Haskell Web Framework (Core)
-
- rec: libghc-transformers-base-doc
- lift computations from the bottom of a transformer stack; documentation
-
- rec: libghc-unordered-containers-doc
- Efficient hashing-based container types; documentation
-
- rec: libjs-mathjax
- JavaScript display engine for LaTeX and MathML
-
- sug: libghc-snap-core-prof
- Snap: A Haskell Web Framework (Core); profiling libraries