1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">
<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<META name="GENERATOR" content="hevea 1.08">
<LINK rel="stylesheet" type="text/css" href="manual.css">
<TITLE>
Foreword
</TITLE>
</HEAD>
<BODY >
<A HREF="manual001.html"><IMG SRC ="previous_motif.gif" ALT="Previous"></A>
<A HREF="index.html"><IMG SRC ="contents_motif.gif" ALT="Up"></A>
<A HREF="manual003.html"><IMG SRC ="next_motif.gif" ALT="Next"></A>
<HR>
<H1 CLASS="chapter">Foreword</H1>
This manual documents the release 3.09 of the Objective Caml
system. It is organized as follows.
<UL CLASS="itemize"><LI CLASS="li-itemize">
Part <A HREF="index.html#p:tutorials">I</A>, “An introduction to Objective Caml”,
gives an overview of the language.
<LI CLASS="li-itemize">Part <A HREF="index.html#p:refman">II</A>, “The Objective Caml language”, is the
reference description of the language.
<LI CLASS="li-itemize">Part <A HREF="index.html#p:commands">III</A>, “The Objective Caml tools”, documents
the compilers, toplevel system, and programming utilities.
<LI CLASS="li-itemize">Part <A HREF="index.html#p:library">IV</A>, “The Objective Caml library”, describes the
modules provided in the standard library.
</UL>
<H2 CLASS="section">Conventions</H2>
Objective Caml runs on several operating systems. The parts of
this manual that are specific to one operating system are presented as
shown below:<BR>
<BR>
<FONT COLOR=purple>Unix:</FONT>
<BLOCKQUOTE CLASS="quote"> This is material specific to the Unix family of operating
systems, including Linux and MacOS X.
</BLOCKQUOTE>
<FONT COLOR=purple>Windows:</FONT>
<BLOCKQUOTE CLASS="quote"> This is material specific to Microsoft Windows (95, 98, ME,
NT, 2000, XP).
</BLOCKQUOTE>
<H2 CLASS="section">License</H2>
The Objective Caml system is copyright 1996, 1997, 1998,
1999, 2000, 2001, 2002, 2003, 2004, 2005
Institut National de Recherche en Informatique et en
Automatique (INRIA).
INRIA holds all ownership rights to the Objective Caml system. <BR>
<BR>
The Objective Caml system is open source and can be freely
redistributed. See the file <TT>LICENSE</TT> in the distribution for
licensing information.<BR>
<BR>
The present documentation is copyright 2004
Institut National de Recherche en Informatique et en
Automatique (INRIA). The Objective Caml documentation and user's
manual may be reproduced and distributed in whole or
in part, subject to the following conditions:
<UL CLASS="itemize"><LI CLASS="li-itemize">
The copyright notice above and this permission notice must be
preserved complete on all complete or partial copies.
<LI CLASS="li-itemize">Any translation or derivative work of the Objective Caml
documentation and user's manual must be approved by the authors in
writing before distribution.
<LI CLASS="li-itemize">If you distribute the Objective Caml
documentation and user's manual in part, instructions for obtaining
the complete version of this manual must be included, and a
means for obtaining a complete version provided.
<LI CLASS="li-itemize">Small portions may be reproduced as illustrations for reviews or
quotes in other works without this permission notice if proper
citation is given.
</UL>
<H2 CLASS="section">Availability</H2>
The complete Objective Caml distribution can be accessed via the
<TT><A HREF="http://caml.inria.fr/">http://caml.inria.fr/</A></TT>Caml Web site.
The <TT><A HREF="http://caml.inria.fr/">http://caml.inria.fr/</A></TT>Caml Web site
contains a lot of additional information on Objective Caml.
<BR>
<BR>
<HR>
<A HREF="manual001.html"><IMG SRC ="previous_motif.gif" ALT="Previous"></A>
<A HREF="index.html"><IMG SRC ="contents_motif.gif" ALT="Up"></A>
<A HREF="manual003.html"><IMG SRC ="next_motif.gif" ALT="Next"></A>
</BODY>
</HTML>
|