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:
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).
Future versions of Manarchive manager will allow downloading only packages you need. Stay tuned or help us.