Name : ghc-scotty
| |
Version : 0.11.3
| Vendor : obs://build_opensuse_org/devel:languages:haskell
|
Release : lp150.2.2
| Date : 2019-01-27 11:29:09
|
Group : Development/Libraries/Haskell
| Source RPM : ghc-scotty-0.11.3-lp150.2.2.src.rpm
|
Size : 0.55 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 $ 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/devel:/languages:/haskell:/lts:/13/openSUSE_Leap_15.0/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.3-4j1zwwIuItFC3MeQzxMwWE-ghc8.6.3.so()(64bit)
Requires :