www/hs-snap-core - The NetBSD Packages Collection

Snap: A Haskell Web Framework (core interfaces and types)

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. A monad for programming web handlers called "Snap", which allows:

* Stateful access to the HTTP request and response objects
* Monadic failure (i.e. MonadPlus/Alternative instances) for declining to
  handle requests and chaining handlers together
* Early termination of the computation if you know early what you want to
  return and want to prevent further monadic processing

Quick start: The Snap monad and HTTP definitions are in Snap.Core.

Build dependencies

pkgtools/mktools pkgtools/cwrappers

Runtime dependencies

lang/ghc910 devel/hs-HUnit textproc/hs-attoparsec devel/hs-bytestring-builder textproc/hs-case-insensitive devel/hs-hashable devel/hs-io-streams devel/hs-lifted-base devel/hs-monad-control net/hs-network net/hs-network-uri devel/hs-old-locale devel/hs-random devel/hs-readable textproc/hs-regex-posix devel/hs-transformers-base devel/hs-unix-compat devel/hs-unordered-containers devel/hs-vector devel/hs-HUnit textproc/hs-attoparsec devel/hs-bytestring-builder textproc/hs-case-insensitive devel/hs-hashable devel/hs-io-streams devel/hs-lifted-base devel/hs-monad-control net/hs-network net/hs-network-uri devel/hs-old-locale devel/hs-random textproc/hs-regex-posix devel/hs-transformers-base devel/hs-unix-compat devel/hs-unordered-containers devel/hs-vector

Binary packages

OSArchitectureVersion
(none)

Binary packages can be installed with the high-level tool pkgin (which can be installed with pkg_add) or pkg_add(1) (installed by default). The NetBSD packages collection is also designed to permit easy installation from source.

Available build options

(none)

Known vulnerabilities

The pkg_admin audit command locates any installed package which has been mentioned in security advisories as having vulnerabilities.

Please note the vulnerabilities database might not be fully accurate, and not every bug is exploitable with every configuration.


Problem reports, updates or suggestions for this package should be reported with send-pr.