Name : ghc-scotty
| |
Version : 0.11.0
| Vendor : obs://build_opensuse_org/home:so_it_team
|
Release : 5.2
| Date : 2018-08-25 07:36:34
|
Group : Development/Languages/Other
| Source RPM : ghc-scotty-0.11.0-5.2.src.rpm
|
Size : 0.57 MB
| |
Packager : (none)
| |
Summary : Haskell web framework inspired by Ruby\'s Sinatra, using WAI and Warp
|
Description :
A Haskell web framework inspired by Ruby\'s Sinatra, using WAI and Warp.
\' {-# LANGUAGE OverloadedStrings #-}
import Web.Scotty
import Data.Monoid (mconcat)
main = scotty 3000 $ do get "/:word" $ do beam < - param "word" html $ mconcat ["<h1>Scotty, ", beam, " me up!</h1>"] \'
Scotty is the cheap and cheerful way to write RESTful, declarative web applications.
* A page is as simple as defining the verb, url pattern, and Text content.
* It is template-language agnostic. Anything that returns a Text value will do.
* Conforms to WAI Application interface.
* Uses very fast Warp webserver by default.
As for the name: Sinatra + Warp = Scotty.
[WAI] < http://hackage.haskell.org/package/wai>
[Warp] < http://hackage.haskell.org/package/warp>.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/home:/so_it_team:/12.x/SLE_12_SP3/x86_64 |
Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server
Provides :
ghc-scotty
ghc-scotty(x86-64)
libHSscotty-0.11.0-D92gZbXmJglDSJCI4Gwlmn-ghc8.0.2.so()(64bit)
Requires :