File: manual001.html

package info (click to toggle)
ocaml-doc 2.04-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 2,820 kB
  • ctags: 997
  • sloc: makefile: 38; sh: 12
file content (70 lines) | stat: -rw-r--r-- 2,598 bytes parent folder | download
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
<!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">
<TITLE>
 Foreword
</TITLE>
</HEAD>
<BODY >
<A HREF="manual002.html"><IMG SRC ="next_motif.gif" ALT="Next"></A>
<A HREF="index.html"><IMG SRC ="contents_motif.gif" ALT="Contents"></A>
<HR>

<H1>Foreword</H1>
This manual documents the release 2.04 of the Objective Caml
system. It is organized as follows.
<UL>
<LI>
Part&nbsp;<A HREF="index.html#p:tutorials">I</A>, ``An introduction to Objective Caml'',
gives an overview of the language.

<LI>Part&nbsp;<A HREF="index.html#p:refman">II</A>, ``The Objective Caml language'', is the
reference description of the language.

<LI>Part&nbsp;<A HREF="index.html#p:commands">III</A>, ``The Objective Caml tools'', documents
the compilers, toplevel system, and programming utilities.

<LI>Part&nbsp;<A HREF="index.html#p:library">IV</A>, ``The Objective Caml library'', describes the
modules provided in the standard library.

</UL>
<H2>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>

&nbsp;&nbsp;<FONT COLOR=purple>Unix:</FONT>
<BLOCKQUOTE> This is material specific to Unix.
</BLOCKQUOTE>
&nbsp;&nbsp;<FONT COLOR=purple>Windows:</FONT>
<BLOCKQUOTE> This is material specific to MS Windows (NT and 95).
</BLOCKQUOTE>
<H2>License</H2>The Objective Caml system is copyright  1996, 1997, 1998
Institut National de Recherche en Informatique et en Automatique (INRIA).
INRIA holds all ownership rights to the Objective Caml system. See
the file <TT>LICENSE</TT> in the distribution for licensing information.<BR>
<BR>
The Objective Caml system can be freely redistributed.
More precisely, INRIA grants any user of the Objective Caml system the
right to reproduce it, provided that the copies are distributed under
the conditions given in the <TT>LICENSE</TT> file. The present documentation
is distributed under the same conditions.<BR>
<BR>

<H2>Availability</H2>The complete Objective Caml distribution resides on the machine
<TT>ftp.inria.fr</TT>.


Follow <A HREF="ftp://ftp.inria.fr/lang/caml-light/">this link</A>
to access the distribution.
More information on the Caml family of languages is also available
<A HREF="http://caml.inria.fr/">here</A>.
<BR>
<BR>
<HR>
<A HREF="manual002.html"><IMG SRC ="next_motif.gif" ALT="Next"></A>
<A HREF="index.html"><IMG SRC ="contents_motif.gif" ALT="Contents"></A>
</BODY>
</HTML>