snap-loader-static alternatives and similar packages
Based on the "Snap" category.
Alternatively, view snap-loader-static alternatives based on common mentions on social networks and blogs.
-
snap
Top-level package for the official Snap Framework libraries, includes the snaplets API as well as infrastructure for sessions, auth, and templates. -
snap-extras
A collection of handler, splice and other primitive helpers that are commonly needed in web applications -
snaplet-mysql-simple
A haskell snaplet for using MariaDB and MySQL database with a Snap Framework application via mysql-simple
CodeRabbit: AI Code Reviews for Developers
Do you think we are missing an alternative of snap-loader-static or a related project?
README
Snap Framework
Snap is a simple and fast web development framework and server written in
Haskell. For more information about Snap, read the README.SNAP.md
or visit the
Snap project website at http://www.snapframework.com/.
Library contents
This is utility project for the Snap Framework, which contains a library allowing Snap applications to run at full compiled speed with no overhead, in a way that's drop-in compatible with snap-loader-dynamic.
Building snap-loader-static
This library is built using Cabal and Hackage. Just run
cabal install
from the snap-loader-static
toplevel directory.
Building the Haddock Documentation
The haddock documentation can be built using 'cabal haddock'.
The docs get put in dist/doc/html/
.