free-theorems-seq-webui: Taming Selective Strictness

[ language, program, public-domain ] [ Propose Tags ]

This package provides access to the functionality of http://hackage.haskell.org/package/free-theorems-seq through a web interface.

An online version of the interface is running at http://www-ps.iai.uni-bonn.de/cgi-bin/polyseq.cgi.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.0, 1.0.0.1, 1.0.0.2
Dependencies base (>=1), cgi (>=3001.1.5.1), containers (>=0.1.0.1), free-theorems-seq (>=1 && <2), mtl (>=1.1.0.0), network (>=2.1.0.0), pretty (>=1 && <2), syb (>=0.1.0.0), utf8-string (>=0.3.1.1), xhtml (>=3000.0.2.1) [details]
License LicenseRef-PublicDomain
Author Daniel Seidel
Maintainer ds@iai.uni-bonn.de
Category Language
Uploaded by DanielSeidel at 2011-03-30T22:56:48Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables free-theorems-seq-webui.cgi
Downloads 2506 total (10 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Successful builds reported [all 8 reports]

Readme for free-theorems-seq-webui-1.0.0.2

[back to package description]
The module free-theorems-seq-webui-1.0.0.2 provides the binary free-theorems-seq-webui.cgi.

Installation can either be done with cabal (configure/build/install) or
runhaskell Setup.hs configure --user
runhaskell Setup.hs build
runhaskell Setup.hs install

It is recommended to produce only a local build
and start the webinterface (using the local build) with

$ ./test.sh

then it runs under  http://localhost:8002/

An online version of the webinterface is also found under

http://www-ps.iai.uni-bonn.de/cgi-bin/polyseq.cgi

Enjoy.



Acknowledgements.
=================

Most of the webinterface' code (./src/free-theorems-seq-webui.hs) and the script testcgi.py
are written by 

Joachim Breitner <mail@joachim-breitner.de>.

Thanks!