Turn an optparse-applicative program into a CGI program!
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
src/Web
.gitignore
LICENSE
README.md
Setup.hs
stack.yaml
testcloud.hs
webcloud.cabal

README.md

webcloud

Turn an optparse-applicative program into a CGI program!

Usage

  1. import Web.Cloud
  2. Change execParser to execParserWebCloud
  3. Done!

Web Cloud in Action