webcloud: Turn an optparse-applicative program into a CGI program!

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Warnings:

Automatically generate a web interface for your existing optparse-applicative command line applications.


[Skip to Readme]

Properties

Versions 0.1.0.1, 0.1.0.1
Change log None available
Dependencies base (>=4.7 && <5), bytestring (>=0.10 && <0.11), cgi (>=3001.2 && <3001.3), optparse-applicative (>=0.10 && <0.13), webcloud [details]
License BSD-2-Clause
Author Maxwell Swadling
Maintainer maxwellswadling@gmail.com
Category Web
Source repo head: git clone https://github.com/mxswd/webcloud/
Uploaded by ThomasSutton at 2016-05-09T23:23:38Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for webcloud-0.1.0.1

[back to package description]

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