lambdabot

[ development, program, web ] [ Propose Tags ]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 4.0, 4.1, 4.2.1, 4.2.2, 4.2.2.1, 4.2.3.0, 4.2.3.1, 4.2.3.2, 4.2.3.3, 4.3, 4.3.0.1, 5.0, 5.0.1, 5.0.2, 5.0.2.1, 5.0.2.2, 5.0.3, 5.1, 5.1.0.1, 5.1.0.2, 5.1.0.4, 5.2, 5.3, 5.3.0.1, 5.3.0.2, 5.3.1, 5.3.1.1, 5.3.1.2 (info)
Dependencies base, fps (>=0.7), haskell-src, haskell98, mtl, network, parsec, plugins (>=1.0), readline, unix [details]
License LicenseRef-GPL
Author Don Stewart
Maintainer dons@cse.unsw.edu.au
Uploaded by IsaacJones at 2006-09-24T19:15:00Z
Distributions Debian:5.3.0.1, NixOS:5.3.1.2
Reverse Dependencies 1 direct, 0 indirect [details]
Executables runplugs, unlambda, djinn, hoogle, lambdabot, BotPP
Downloads 18941 total (87 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-11-11 [all 6 reports]

Readme for lambdabot-4.0

[back to package description]
 _                   _          _         _     		_  	 
/ \                 / |        | \       / |           | \_	 
| |    ___ _  _ _ _ | \__    __/ | ___ _ | \__   ____  |  _| 
| |   /  _` || ` ` ||  _ \  / _  |/  _` ||  _ \ /  _ \ | | 	 
| \__ | |_| || | | || |_| || |_| || |_| || |_| || |_| || \__ 
\____|\___,_/|_|_|_|\____/  \____/\___,_/\____/ \____/ \____|

BUILDING:

You'll need GHC >= 6.4

Build the Data.ByteString library at http://www.cse.unsw.edu.au/~dons,
version 0.7 and later are ok.

Build with cabal (simple)
    $ vi Config.hs
    $ chmod +x configure Setup.hs build
    $ ./Setup.hs configure --bindir=`pwd`
    $ ./build
    $ ./lambdabot

Or with ghci (fastest turn around). But first you have to build with
cabal as above anyway. So this is mostly for development purposes.
    $ vi Config.hs
    $ sh configure
    $ sh ghci Main.hs
then
    *Main> main
or
    *Main> online

OFFLINE MODE:
    ./lambdabot

CONNECTING:
    ./lambdabot --online

SCRIPTS:
    The scripts directory contains some shell scripts for Vim editor support
    They are self-explanatory

BUGS:

Bug reports, patches, new modules etc, contact:

	Don Stewart <dons@cse.unsw.edu.au>
	aka dons on #haskell

REPOSITORY:

Our darcs repository is located at:
    http://www.cse.unsw.edu.au/~dons/lambdabot

CONTRIBUTING:

Use 'darcs send' to submit patches to dons. Add yourself to the AUTHORS
file if you haven't already.