head	1.3;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.2
	RELEASE_4_1_0:1.2
	RELEASE_3_5_0:1.2
	RELEASE_4_0_0:1.2
	RELEASE_3_4_0:1.2
	RELEASE_3_3_0:1.2
	RELEASE_3_2_0:1.2
	RELEASE_3_1_0:1.1.1.1
	RELEASE_2_2_8:1.1.1.1
	RELEASE_3_0_0:1.1.1.1
	v0_74:1.1.1.1
	INRIA:1.1.1;
locks; strict;
comment	@# @;


1.3
date	2011.03.15.12.56.45;	author bapt;	state Exp;
branches;
next	1.2;

1.2
date	99.05.03.06.12.55;	author mharo;	state Exp;
branches;
next	1.1;

1.1
date	98.07.28.06.25.43;	author jkoshy;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	98.07.28.06.25.43;	author jkoshy;	state Exp;
branches;
next	;


desc
@@


1.3
log
@update MASTER_SITE and WWW
while here remove MD5
@
text
@Caml is a strongly-typed functional programming language from the
ML family, close to Standard ML but slightly different.

WWW: http://caml.inria.fr/

The Caml Light system comprises the following parts: 
     - An interactive system, based on a read-eval-print loop.
     - A batch compiler and linker, `camlc'.  The compiler
       produces standalone executable programs.
     - A medium-sized standard library.
     - A tool to build libraries of frequently-used program modules. 
     - A parser generator and a lexical analyzer generator, in the
       style of lex and yacc.
     - Various programming tools: 
         - A source-level debugger with replay capabilities (``time travel''). 
         - An hypertext browser for modules. 
	 - A simple Emacs editing mode, plus the ability to run the
	 - toplevel or the debugger under Emacs.
         - Search by types on modules. 
     - Several interface libraries: 
         - Portable graphic primitives (simple line and text drawings). 
         - Interface with the Unix system calls. 
         - Arbitrary-precision rational arithmetic (extremely efficient). 
         - High-level string operations (regular expressions, ...). 
@


1.2
log
@Yet more WWW: additions
@
text
@d4 1
a4 1
WWW: http://pauillac.inria.fr/caml/index-eng.html
@


1.1
log
@Initial revision
@
text
@d4 1
a4 1
URL:	http://pauillac.inria.fr/caml/index-eng.html
@


1.1.1.1
log
@A light weight implementation of CAML, a strongly typed functional
language belonging to the ML family.
@
text
@@
