public
Description: Fast, statically type-safe OCaml network applications (e.g. DNS/SSH)
Homepage: http://anil.recoil.org/
Clone URL: git://github.com/avsm/melange.git
name age message
file .gitignore Sat Feb 28 17:36:58 -0800 2009 move the hgignore file over to git format [avsm]
file Makefile Thu Jul 20 00:14:15 -0700 2006 Rewrite the build system to be vastly better. ... [avsm]
file OCamlMakefile Fri Jun 23 13:10:33 -0700 2006 Add Makefiles for the remaining targets and add... [avsm]
file OMakefile Fri Dec 28 22:17:05 -0800 2007 experimental omake support for building melange... [avsm]
file OMakeroot Thu Jan 03 08:19:21 -0800 2008 Merge with Anil's latest changes. [pmundkur]
file README Fri Jun 23 13:25:17 -0700 2006 Add make targets to the README [avsm]
directory apps/ Tue Jan 01 08:13:54 -0800 2008 do not store the temporary rsa key in the repo,... [avsm]
file config.h.in Thu Jun 29 13:32:29 -0700 2006 First cut at autoconf framework, only tested on... [avsm]
file config.mk.in Mon Sep 11 06:40:34 -0700 2006 Hack to fix build on OpenBSD [avsm]
file configure Wed Jul 05 11:42:56 -0700 2006 add in a logging framework using cpp, via DEBUG... [avsm]
file configure.ac Wed Jul 05 11:42:56 -0700 2006 add in a logging framework using cpp, via DEBUG... [avsm]
directory dist/ Fri Dec 28 22:17:05 -0800 2007 experimental omake support for building melange... [avsm]
file install-sh Thu Jun 29 13:32:29 -0700 2006 First cut at autoconf framework, only tested on... [avsm]
directory lib/ Fri Jan 04 08:38:58 -0800 2008 Merged and sanitized Cygwin check. [pmundkur]
directory mk/ Tue Dec 25 08:18:10 -0800 2007 fix deens build [avsm]
directory regress/ Wed Jan 02 02:57:47 -0800 2008 update config regression test to show the resul... [avsm]
directory tools/ Sun Jul 26 15:08:20 -0700 2009 Fix the build [Thomas Gazagnaire]
README
Stub, mail anil@recoil.org with questions

Useful targets:

$ make world
  This will do a clean, dependency and full build

$ make clean
  Cleans all subdirectories

$ make depend
  Recursively builds dependencies

$ make all
  Builds all components