<?xml version="1.0" encoding="ISO-8859-1"?>

<!DOCTYPE message PUBLIC
  "-//MLarc//DTD MLarc output files//EN"
  "../../mlarc.dtd"[
  <!ATTLIST message
    listname CDATA #REQUIRED
    title CDATA #REQUIRED
  >
]>

  <?xml-stylesheet href="../../mlarc.xsl" type="text/xsl"?>


<message 
  url="2002/12/5cc160bf0af1aae0fd1bc747f2aaee7c"
  from="SooHyoung Oh &lt;shoh@d...&gt;"
  author="SooHyoung Oh"
  date="2002-12-05T06:58:22"
  subject="[Caml-list] [Release] ocaml2: ocaml with editable line history"
  prev="2002/12/8ecbdbbcd0e7f87f5f122c3513558f8f"
  next="2002/12/4b291d6b55cf57ba30215d1019be5195"
  next-in-thread="2002/12/ab87b0205aa5dcf4eb05a70cbca50974"
  prev-thread="2002/12/347197c8c7b625cd247ec88ce99f6e14"
  next-thread="2002/12/4b291d6b55cf57ba30215d1019be5195"
  root="../../"
  period="month"
  listname="caml-list"
  title="Archives of the Caml mailing list">

<thread subject="[Caml-list] [Release] ocaml2: ocaml with editable line history">
<msg 
  url="2002/12/5cc160bf0af1aae0fd1bc747f2aaee7c"
  from="SooHyoung Oh &lt;shoh@d...&gt;"
  author="SooHyoung Oh"
  date="2002-12-05T06:58:22"
  subject="[Caml-list] [Release] ocaml2: ocaml with editable line history">
<msg 
  url="2002/12/ab87b0205aa5dcf4eb05a70cbca50974"
  from="Mike Potanin &lt;potanin@m...&gt;"
  author="Mike Potanin"
  date="2002-12-05T10:05:36"
  subject="Re: [Caml-list] [Release] ocaml2: ocaml with editable line history">
</msg>
<msg 
  url="2002/12/c7f88aded4b3e1a3ba0ca2d054b53320"
  from="Jaeyoun Chung &lt;jay@k...&gt;"
  author="Jaeyoun Chung"
  date="2002-12-06T01:52:58"
  subject="Re: [Caml-list] [Release] ocaml2: ocaml with editable line history">
<msg 
  url="2002/12/335039ce23d00be68e3e9f2611959cf2"
  from="Sven Luther &lt;luther@d...&gt;"
  author="Sven Luther"
  date="2002-12-06T07:10:49"
  subject="Re: [Caml-list] [Release] ocaml2: ocaml with editable line history">
</msg>
<msg 
  url="2002/12/972f008787fd15d53574078e2a8b709b"
  from="SooHyoung Oh &lt;shoh@d...&gt;"
  author="SooHyoung Oh"
  date="2002-12-06T10:58:30"
  subject="Re: [Caml-list] [Release] ocaml2: ocaml with editable line history">
</msg>
</msg>
</msg>
</thread>

<contents>

I'm very pleased for my first contribution on ocaml world.
&lt;ocaml2&gt; is the ocaml interpreter with editable line history which
implemented using libgetline library.
Please visit http://www.taglib.co.kr/ocaml/index.html and enjoy it.

===================== Readme ==============
What is ocaml2?
    If you want to correct mistyped lines in ocaml, ocaml2 is very useful.
    It supports editable line histories using libgetline.
    See getline manuaual for more information.

Version: ocaml2 version 0.1

Prerequsite: (I tested only on these releases.)
    ocaml: version 3.06
    libgetline: version 3.9

Files:
    README - This file
    Makefile - Makefile
    getline.ml - external function declarations
    log.make - make log
    ocaml2.ml - main program
    prim_getline.c - C interface functions for libgetline

How to make:
    (0) untar and cd in the directory
        % tar zxvf ocaml2.tgz
        % cd ocaml2
    (1) edit Makefile (eg: % vi Makefile)
    I assume that "getline.h" is in /usr/local/include and
    libgetline.a in /usr/local/lib.
    (2) % make
    (3) (optional testing) % ./ocaml2
    (4) (optional installation)
        % su
        # make install

How to use:
    See getline manual. (eg. % man getline)

---
SooHyoung Oh
http://www.duonix.com

-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners

</contents>

</message>

