Manarchive - Mercury Anarchy Archive

Manarchive (Mercury Anarchy Archive) is a multi-purpose collection of libraries in the Mercury programming language. The libraries can be used separately. Manarchive provides a common development and testing platform.

For more information see:

Accessing Manarchive

These commands should show you a sample application compiled against a package in Manarchive.

# Install Mercury compiler, see http://www.cs.mu.oz.au/research/mercury/

# Download current release of Manarchive:
svn co https://manarchive.svn.sourceforge.net/svnroot/manarchive manarchive

# Compile the 'manager', Manarchive package manager:
cd manarchive/manager
make

# Compile the sample application. The manager will compile packages needed:
cd ../samples
make hello_world
./hello_world

Problems? Contact the either the Mercury community (see Mercury mailing lists) or Manarchive community (see Manarchive mailing lists).

Downloading individual packages

Future versions of Manarchive manager will allow downloading only packages you need. Stay tuned or help us.

Contributing to Manarchive

  1. Register at Sourceforge to get a user name.
  2. Send Manarchive administrators your Sourceforge user name with a short comment on what your plans are.

Ondřej Bojar and all Manarchive contributors.
Last modified: $Id: index.html 28 2007-11-22 22:11:22Z bojar $
SourceForge.net Logo