avsm / melange

Fast, statically type-safe OCaml network applications (e.g. DNS/SSH)

This URL has Read+Write access

samoht (author)
Sun Jul 26 15:08:20 -0700 2009
commit  ed22b5fa0fa1f8f4ef9526ce4748edc2f1ed3699
tree    20ee736a5c7e4f297a0da92a0c607c775379fc1b
parent  1e9e8d68228e327d8efc4b3ebd865e37ce3c6586
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 [samoht]
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