From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id HAA17845; Thu, 5 Dec 2002 07:58:22 +0100 (MET) Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id HAA17892 for ; Thu, 5 Dec 2002 07:58:20 +0100 (MET) X-SPAM-Warning: Sending machine is listed in blackholes.five-ten-sg.com Received: from www.duonix.com ([210.113.163.221]) by nez-perce.inria.fr (8.11.1/8.11.1) with ESMTP id gB56wF117399 for ; Thu, 5 Dec 2002 07:58:18 +0100 (MET) Received: from hama ([192.168.0.254]) by www.duonix.com (8.12.5/8.11.6) with SMTP id gB579gBa089908 for ; Thu, 5 Dec 2002 16:09:42 +0900 (KST) (envelope-from shoh@duonix.com) X-Authentication-Warning: www.duonix.com: Host [192.168.0.254] claimed to be hama Message-ID: <002701c29c2c$2dcf9c70$fe00a8c0@hama> From: "SooHyoung Oh" To: "Caml-List" Subject: [Caml-list] [Release] ocaml2: ocaml with editable line history Date: Thu, 5 Dec 2002 16:01:47 +0900 MIME-Version: 1.0 Content-Type: text/plain; charset="ks_c_5601-1987" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-Mimeole: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk I'm very pleased for my first contribution on ocaml world. 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